Search found 3 matches

by KenR
14.04.2010, 08:59
Forum: ZeosLib 7.0 Beta Forum
Topic: SQLite3 Connect Error
Replies: 4
Views: 658

Mark,

Yes, that works fine thanks.

Ken
by KenR
04.04.2010, 08:48
Forum: ZeosLib 7.0 Beta Forum
Topic: SQLite3 Connect Error
Replies: 4
Views: 658

I'm using Delphi 2010. I managed to fix this by changing the code as follows: function TZSQLiteBaseDriver.Open(const filename: PAnsiChar; mode: Integer; var errmsg: PAnsiChar): Psqlite; var Result0: Psqlite; Version: string; FileNameString: String; begin // Result0:= nil; // Version := LibVersion; /...
by KenR
02.04.2010, 08:50
Forum: ZeosLib 7.0 Beta Forum
Topic: SQLite3 Connect Error
Replies: 4
Views: 658

SQLite3 Connect Error

When I try to connect to a database named, for example C:\Test\André\DB.db I get the error Library routine called out of sequence. With C:\Test\Andre\DB.db it is fine.

Ken