直接用ado不就可以了。简单,方便!!!

解决方案 »

  1.   

    用DELPHI5以上版本,使用ADO控件。
      

  2.   

    可ADO打包是带上mdac_typ.exe体积也不小了!有没有体积比较小的数据库引擎?比如TinyDB一类的?TinyDB好像只支持十万条记录
      

  3.   

    差不多10万条吧.我找到了,可以用DBISAMDBISAM Database System v.3.10 By Elevate Software. The DBISAM Database System is a proprietary database system designed from the ground up to merge the best features of the various local database formats available for the Delphi developer. DBISAM is targeted at the Delphi developer developing applications for single-user and multi-user use with heavy distribution requirements (such as shareware or downloadable software) or for small inhouse installations on a LAN such as Novell Netware, Windows NT, LANtastic, or Windows 95 networking. The features of DBISAM include: 
    Compiles into the application's. EXE 
    Small footprint, around 166k 
    Available for all versions of Delphi with the same set of functionality across all versions 
    Transparent single-user and multi-user usage, no special setup needed to support multi-user use 
    Built-in repair facilities 
    Much more....