G
Grodon
I'm creating an Access db that will retrieve recordsets
from an SQL Server db, then load the data into a table.
Sometimes the recordsets will contain several hundred
records, maybe even a thousand. What's the best way to
load these records into the Access table? If I loop
through the recordset and append the records one at a
time, I'm thinking this may take too long for large
recordsets.
thanks in adv.
Grodon
from an SQL Server db, then load the data into a table.
Sometimes the recordsets will contain several hundred
records, maybe even a thousand. What's the best way to
load these records into the Access table? If I loop
through the recordset and append the records one at a
time, I'm thinking this may take too long for large
recordsets.
thanks in adv.
Grodon