Hi,
I try to import data from an excel file in my VB.NET application in a datagrid, this part is succesfully.
Then I want to write the data in the datagrid in my SQL Server, but this fails! I think the problem is the SqlCommandBuilder, but I can't find the problem.
(I use VS.NET 2003 and SQL...