What is the correct way to import and export out of Excel to SQL Server and back?

Posted by Vecdid on Stack Overflow See other posts from Stack Overflow or by Vecdid
Published on 2010-03-07T20:13:59Z Indexed on 2010/03/07 23:53 UTC
Read the original article Hit count: 376

Filed under:
|
|
|
|

Looking for the correct way and control to import and export of out of Microsoft Excel programmatically.

I am willing to get a 3rd party control that supports this functionality, or I can create it myself, but looking to get this prioject done fast.

The Datasource will be offline. Although when it is online for the upload/download if there is a control that would merge them, that would work also. But best is to remain offline, don't need the support headache. Security is also an issue.

SSIS is not available on the shared database server.

The website that hosts the asp.net application is not on the same machine as the sql server.

Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about excel