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

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

    If it's coming from dbase, can you just copy the data and index files and attach directly without loading? Should be pretty efficient (from the people who bring you FoxPro.) I imagine it would use the existing indexes too.

    At the least, it should be a pretty efficient single-command Import.

提交回复
热议问题