G
GD
Hi,
I am trying write a web application using ASP.Net to load an Excel file from
client site and save all the data in the file to a table in SQL Server 2000.
My current assumption is: load Excel data to an ADO.Net dataset, or a
datareader, then pull the data out from them and insert the data to a SQL
Sever table.
I wonder if there is any better way to transfer the Excel data to SQL
Server.
Thanks for any hints.
GD
I am trying write a web application using ASP.Net to load an Excel file from
client site and save all the data in the file to a table in SQL Server 2000.
My current assumption is: load Excel data to an ADO.Net dataset, or a
datareader, then pull the data out from them and insert the data to a SQL
Sever table.
I wonder if there is any better way to transfer the Excel data to SQL
Server.
Thanks for any hints.
GD