如题

解决方案 »

  1.   

       
     李維
    6月9日 15:53(http://GordonLiWei.spaces.live.com/)
    >在TestConnection時,出現這個錯誤
    Failure to Connect: Access violation at address 01D76009 in module 'DbxSQLite3.dll'. Read of address 0F40F88B
    請問是否少了何步驟,正確該如何做呢?你是用那一版的Delphi? 在http://cc.codegear.com/Item.aspx?id=18385中說明適用於Delphi 6 到 Delphi 7, 如果是Delphi 7以上則設定方法不同.
     
    ==============================================
    上面引用得内容见链接:http://gordonliwei.spaces.live.com/guestbook/该内容提到的DbxSQLite3.dll,需要到官方网站以注册用户的方式下载放可获得.
      

  2.   

     linda~
    6月5日 8:25(http://lindatw.spaces.live.com/)
    大師您好:
    請教您關於dbExpress + SQLite3 怎麼用?
    我有修改 C:\Documents and Settings\All Users\Documents\RAD Studio\dbExpress\dbxdrivers.ini及dbxconnections.ini
    dbxdrivers.ini--->修改內容如下
    [Installed Drivers]
    SQLite=1 
    [SQLite] 
    LibraryName=C:\aa\DbxSQLite3.dll 
    GetDriverFunc=getSQLDriverSQLite3 
    VendorLib=C:\aa\sqlite3.dll 
    RoleName=Cache=2000|TextLength=1024 
    dbxconnections.ini--->修改內容如下
    [ASAConnection]
    DriverName=SQLite
    HostName=127.0.0.1
    Database=World.db3
    create=true
    User_Name=
    Password=
    ConnectionString=
    BlobSize=-1
    ErrorResourceFile=
    LocaleCode=0000
    ASA TransIsolation=ReadCommited
    但是用 TSQLConnection--->ConnectionName = ASAConnection;
                             DriverName = SQLite
    在TestConnection時,出現這個錯誤
    Failure to Connect: Access violation at address 01D76009 in module 'DbxSQLite3.dll'. Read of address 0F40F88B
    請問是否少了何步驟,正確該如何做呢?
    謝謝   linda 2008/06/05
    msn:  [email protected]
    mail: [email protected]