citychap26
Programmer
Hi
I have a query with over 600k rows. I am trying to append this data into an Oracle table with is linked to Access. It took about 30 mins!!!
I am now thinking of going the ADO route. Here's what I plan.
Use a DAO recordset to capture the access dataset, loop thought the recordset and pass each line into a ADO.connection and execute a insert into statement.
What do you guys think? IS there a better way?
Cheers
SK
I have a query with over 600k rows. I am trying to append this data into an Oracle table with is linked to Access. It took about 30 mins!!!
I am now thinking of going the ADO route. Here's what I plan.
Use a DAO recordset to capture the access dataset, loop thought the recordset and pass each line into a ADO.connection and execute a insert into statement.
What do you guys think? IS there a better way?
Cheers
SK