hi, does any one know which method is faster if I want to extract a set of records from a dBase III file and insert in a table of a .mdb ?
A - run a SQL query within the .mdb to extract records from dBase file (is it possible ?)

B - open both the dBASE and access table, and add the dbase record to the table in a 'do while loop'

Really apprec. if you had experience in this or come across a possible solution.