How do I insert 800000 records into an MS Access table?

前端 未结 16 1036
故里飘歌
故里飘歌 2020-12-17 04:13

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

16条回答
  •  感情败类
    2020-12-17 04:36

    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)?

提交回复
热议问题