TZRowAccessor.GetPAnsiChar error

In this forum you may discuss all issues concerning the Lazarus IDE and Freepascal (both running on Windows or Linux).

Moderators: gto, cipto_kh, EgonHugeist

lanmi70
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 10.06.2020, 15:38

Re: TZRowAccessor.GetPAnsiChar error

Post by lanmi70 »

My application with SQLite db and Zeos 7.2.8 running without problems 24/7, 6 days already (Insert, Update and Select queries), db is 1.6GB in size.
Didn't changed original db configuration with TINYINT fields(or any other fields), only defined byte variables in application as byte5 := Byte(query.FieldByName('byte5').AsInteger) in order to avoid Range Check Errors.
Post Reply