I want to copy data from a DataTable to a SQL Server table; how can I achieve it please help.
1 Answer
You can copy data from a DataTable to a SQLServer Database using SQLServer Management Objects and SqlBulkCopy.
You can also try SqlDataAdapter to Update the data into the database.
1 Comment
Abhishek
thanks, can you tell me any link or smoothing else from where i can get know something about it.