Search found 3 matches

by anfm
17.03.2023, 14:26
Forum: ZeosLib 7.2 Forum
Topic: Topic about possible Memory leak in ZDbcIntfs
Replies: 4
Views: 399

Re: Topic about possible Memory leak in ZDbcIntfs

I have this erros on Lazarus 2.2.0
zeos-ml.png
heaptrclog-zeos.txt
by anfm
15.03.2023, 17:04
Forum: ZeosLib 7.2 Forum
Topic: Access Violation with pooled connection
Replies: 0
Views: 551

Access Violation with pooled connection

Using pooled.firebird has an access violation when trying to activate a query. ZConnection2.Disconnect; ZConnection2.Protocol := 'pooled.firebird-3.0'; ZConnection2.HostName := '127.0.0.1'; ZConnection2.Database := 'c:\temp\test.fdb'; ZConnection2.User := 'SYSDBA'; ZConnection2.Password := 'masterke...