应该是用本地的OLEDB吧,就是Provider=Microsoft.JET.OLDDB.4.0之类的

解决方案 »

  1.   

    我已经使用了Provider=Microsoft.JET.OLDDB.4.0,但是感觉速度还是过于慢,我的机器配置如下:win2000+cpu450+内存256M,连接一下总得要3秒钟左右的时间。
    代码如下:
      MDB_CONN_STR = 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=%s;'+
                     'User ID=Admin;Mode=ReadWrite;Persist Security Info=True;'+
                     'Jet OLEDB:Database Password=%s;Jet OLEDB:Engine Type=1';
      FConnection := TADOConnection.Create(nil);
      FConnection.CursorLocation := clUseServer;
      FConnection.LoginPrompt := False;
      ......
      

  2.   

    你说的这个问题我前几天刚解决,有什么事给我发信吧。[email protected]