Hi,
How do I insert a datatable (in c# environment) with 1,000 rows to a an access table in a single connection?
Inserting one row at a time (which is what I'm doing now) takes too much time...
Thanks,
Hi,
How do I insert a datatable (in c# environment) with 1,000 rows to a an access table in a single connection?
Inserting one row at a time (which is what I'm doing now) takes too much time...
Thanks,
Can you save the datatable as any sort of delimited txt file or xml file? If so, you can import it into Access.