Hi, I have a datatable matching the structure of a MS Sql table and I would like to import new records from the datatable into SQL.
So, in the example below, I am looking to import the record for Jim.
DataTable:
Name DOB Country
Brian 11-11-78 USA
Dave 01-01-80 UK
Jim 02-02-81 FR
SQL:
Name DOB Country
Brian 11-11-78 USA
Dave 01-01-80 UK