Is there a quicker way of getting records into a table than inserting a line, rs.movenext, insert a line, rs.move next....
I'm retrieving records from a sybase server in a recordset. I need to throw these in an access table. I'm running a cmd.execute on an insert sql statement. Then doing rs.movenext and repeating. Some of the tables i'm hitting have 100,000 records +. IF there is a quicker way, would you let me know.
Thanks
I'm retrieving records from a sybase server in a recordset. I need to throw these in an access table. I'm running a cmd.execute on an insert sql statement. Then doing rs.movenext and repeating. Some of the tables i'm hitting have 100,000 records +. IF there is a quicker way, would you let me know.
Thanks