I'd like to know how to Import excel file to SQL Server 2008. For Example I have a textbox, browse button, and import button. I will click browse and will browse for the excel file then click import to INSERT INTO the specific table in the database all the data in the excel file (not create new table). Is there anyone who knows the codes for this? and where to put them? thank you very much. :)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
I haven't tried this one but I think it will have two major steps.
Hope that could give ideas. |
|||
|
I cant understand most of the things I read
. Coding isn't something you pick up and understand in a day, it takes years. Please read a book to learn how to understand it. stackoverflow.com/questions/194812/… – Jeremy Thompson May 31 at 5:40