Hi everyone,

I know that zeos has its own message board, but I posted this question there about a week ago with no responses.

Basically, I'm wondering if anyone is using zeos for Sqlite access and have had problems with "driver not found" error on Windows with SQLite 3?

The following code produces the error:

Conn := TZConnection.Create(Self);
Conn.Protocol := 'sqlite-3';
Conn.Catalog := 'M:\MySQLiteDir
Conn.Database := 'M:\MySQLiteDir\test.s3db';
Conn.Connected := True;

A copy of the sqlite3.dll file is located in the same directory (On Windows) as the application. Looks like I'm not getting the config correct, but I've tried several variations of the above code and still get the error.

Thanks a bunch,

--

Warm Regards,

Lee



_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to