DataTable to SQL server table

  • Thread starter Thread starter Necqui Teja
  • Start date Start date
N

Necqui Teja

Is there a quick and effcient way to insert records into SQL Server database
from a DataTable (DataTable dt;) when the DataTable and the SQL Server
table contain the same field names and attributes.

I'm using C# VS2005 Beta 2.

Thanks.
 
Back
Top