DataTable to SQL server table

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top