I need to insert 800000 records into an MS Access table. I am using Delphi 2007 and the TAdoXxxx
components. The table contains some integer fields, one float f
How about an alternate arrangement...
Would it be an option to make a copy of an existing Access database file that has this table you need and then just delete all the other data in there besides this one large table (don't know if Access has an equivalent to something like "truncate table" in SQL server)?