Save DataTable To SQL Server

  • Thread starter Thread starter Ruslan Shlain
  • Start date Start date
R

Ruslan Shlain

I have a data table with 3000 + rows in it. Is there a way to insert it in
to the SQL server database with out going through datatable row by row? Any
code samples or links would be great. Thank you all very much
 
DataAdapters, write your Update Statement, do your Tablemappings and
bliggity blam... your done...
 
Back
Top