I have a simple TZQuery connected to a sqlite3 db.
The query is "SELECT * FROM page"
Now I want to save the data from a RichEdit into the db:
zqPage.Edit;
zqPage.FieldByName('page_text').AsString:=frmrichedit1.RTFText;
zqPage.Post;
When I execute this I get a EZSQLException. I think its because of the special chars in the RTF Code.
Is this a Bug?
Quoting Error?
Moderators: gto, cipto_kh, EgonHugeist