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

前端 未结 16 1035
故里飘歌
故里飘歌 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:32

    how much do the 800,000 records change from one creation to the next? Would it be possible to pre populate the records and then just update the ones that have changed in the external database when creating the new database?

    This may allow you to create the new database file quicker.

提交回复
热议问题