Hope someone can help.
I want to know if there's a way I can Insert the data in a recordset built from one connection object into a table via a different connection object.
I'm using two different ADO connection objects to open a Local access97 database and a access97 database on a file server.
I create a recordset object based on a SQL query run against tables in the database on the server, and I want to insert the resultant data into a table in the local database.
Preferably without having to step through the recordset row by row and issue an Insert stament each time.
Does anyone know of a way I can just insert the recordset objects data directly into an access table?
Any Ideas much appreciated
I want to know if there's a way I can Insert the data in a recordset built from one connection object into a table via a different connection object.
I'm using two different ADO connection objects to open a Local access97 database and a access97 database on a file server.
I create a recordset object based on a SQL query run against tables in the database on the server, and I want to insert the resultant data into a table in the local database.
Preferably without having to step through the recordset row by row and issue an Insert stament each time.
Does anyone know of a way I can just insert the recordset objects data directly into an access table?
Any Ideas much appreciated