3

I want to copy data from a DataTable to a SQL Server table; how can I achieve it please help.

1

1 Answer 1

3

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.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks, can you tell me any link or smoothing else from where i can get know something about it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.