|
-
Aug 4th, 2010, 04:46 AM
#2
Re: Appending database @ runtime
You can use ADO.NET to read the Excel file into a DataTable, almost exactly the same way as would read an Access database. You might then use a DataAdapter to save the whole DataTable to your database, or use the SqlBulkCopy class if you're using SQL Server.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|