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
"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