Search found 2 matches

by TrevorS
28.05.2024, 01:56
Forum: ZeosLib 7.3/8.0 Forum
Topic: TZParam Currency Values Saved as its Int64 representation
Replies: 0
Views: 60

TZParam Currency Values Saved as its Int64 representation

I am upgrading a VCL Win32 application from Delphi 11.3 using Zeos 7.2 to Delphi 12.1 using Zeos 8.0 with SQLlite. When Inserting/Updating Values into a table using the TZParam AsCurrency property, the value is stored in the table as the int64 representation of the value rather than the real value. ...
by TrevorS
23.05.2024, 00:17
Forum: ZeosLib 7.3/8.0 Forum
Topic: Issue with SQLite Query Field Type
Replies: 0
Views: 101

Issue with SQLite Query Field Type

I am upgrading a VCL Win32 application from Delphi 11.3 using Zeos 7.2 to Delphi 12.1 using Zeos 8.0 with SQLlite. I have a number of Queries using TZReadOnlyQuery, where aggregate fields created with the SUM() function are creating a TZUnicodeCLobField, rather than a TFloatField (or the appropriate...