Search found 2 matches

by Tesla
01.03.2012, 20:49
Forum: SQLite
Topic: Read only error at Post command
Replies: 3
Views: 1878

Hello mdaems,

no the the file is not readonly.

I found the error:

qrAn.SQL.text := 'select * from Anlagen where ID =' + inttostr(Idx);
//qrAn.ExecSQL; This statment set the query to ReadOnly
qrAn.Active := true;
qrAn.First;
by Tesla
17.02.2012, 18:34
Forum: SQLite
Topic: Read only error at Post command
Replies: 3
Views: 1878

Read only error at Post command

I'm using the latest SVN version of Delphi Zeos 7 in XE. In use are a TZConnection and TZQuery. Throughout the ReadOnly property is set to false. Still, I get after a change in a data field and a command post, the error message: Operation is not allowed in READ ONLY mode! Maybe someone knows the pro...