Page 1 of 1

File ZDbcSqLiteUtils.pas not found

Posted: 03.04.2008, 16:25
by Schaelle
Hello, i have installed ZeosLib like in the QuickStart guide, placing some Zeos components and running the application work fine.

But now i have placed a ZConnection in the designer with the following settings:

Code: Select all

  object ZConnection: TZConnection
    Protocol = 'sqlite-3'
    Database = '.\db.s3db'
    Catalog = '.\'
    Connected = True
    AfterConnect = ZConnectionAfterConnect
    Left = 141
    To
While starting Delphi 7 popups a dialog:
"Source File not found: ZDbcSqLiteUtils.pas".

If i'am now selecting this file, or any else, i get the message "Project app.exe raised exception class EZSQLException with the message 'SQL Error: SQL logic error or missing database.'

I have tryed to test it with a created db.s3db (created extern) or without an existing database file.

Any ideas how i can fix it?

Thanks,
Schaelle

Posted: 09.04.2008, 17:13
by Schaelle
Working now. But with another code, i think there wer some erros in the SQL Query. Now i use ParamByName and so to avoid errors.