Hi!
When we export a table from SQL Database to Access Database, we use two ado's. One for SQL connection/recordset & one for Access connection/recordset. After we get the SQL recordset, we step threw the recordset one record at a time and make the access recordset equal to the current sql recordset then do a recordset.addnew. This takes a while if the recordset has 10,000 records. I need to know if there is a way to take a SQL table and dump it to an Access table OR take the SQL recordset and do some sort of batch update to the access table/recordset.
Thanks,
Tracey
When we export a table from SQL Database to Access Database, we use two ado's. One for SQL connection/recordset & one for Access connection/recordset. After we get the SQL recordset, we step threw the recordset one record at a time and make the access recordset equal to the current sql recordset then do a recordset.addnew. This takes a while if the recordset has 10,000 records. I need to know if there is a way to take a SQL table and dump it to an Access table OR take the SQL recordset and do some sort of batch update to the access table/recordset.
Thanks,
Tracey