You are not logged in.
Hi there everyone,
I just updated my mORMot version yesterday (19/04/2020) & I want to upgrade my two projects using mORMot. However as I tried to recompile one of the projects, I got an error in the SynDBZeos file on line 886 saying Error: identifier idents no member "StartTransaction". The compilation messages relating to only SynDBZeos.pas are shown below:
.....
.....
SynDBZeos.pas(707,30) Hint: Variable "Tables" of a managed type does not seem to be initialized
SynDBZeos.pas(734,64) Hint: Variable "Fields" of a managed type does not seem to be initialized
SynDBZeos.pas(886,13) Error: identifier idents no member "StartTransaction"
SynDBZeos.pas(962,17) Hint: Local variable "ndx" does not seem to be initialized
Any ideas what I can do to correct this problem?
Thanks a lot in advance for your assistance
JD
PS: I am using Lazarus 2.0.7/fpc 3.2 svn 62681 (Win 32) on Windows 10 Professionnal (x64)
Offline
with Zeos 7.3 it compiles normally
Offline
The current ZEOS 7.3 r6461 is compiled and passed the mORMot test.
https://zeoslib.sourceforge.io/viewtopi … 41#p147441
Michal
Last edited by miab3 (2020-04-20 12:38:09)
Offline
Just update ZEOS from SVN. We work hand in hand here.. see https://synopse.info/forum/viewtopic.php?id=5338&p=2
Offline
Thanks a lot everyone. It worked.
JD
Offline