Hi All!

Hope you all are well.

I am basically storing all my user input into a datatable, and when the user finishes, i want to send that datatable into an Access Database.

Is there a quick way of doing it instead of opening a connection, using the insert command (with parameters) on each row, and looping to the end.

Can i map my datatable columns to the database columns.

Cheers