Exception. TZAbstractRODataset.GetRecord

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
grumete07
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 21.05.2024, 11:58

Exception. TZAbstractRODataset.GetRecord

Post by grumete07 »

Hello.
I have updated lazarus to Lazarus 3.2 (fpc 3.2.2, 64 bit) and Zeoslib 8.0. The project was working fine with Lazarus 2.x and zeoslib 7.4.
When activating a ZQuery, which possibly uses a ZQRO, there are many to know right now which one is failing.
Shows an exception.
01.png
02.png
03.png
How can I go deeper into the debugging to know where I have the problem?
You do not have the required permissions to view the files attached to this post.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: Exception. TZAbstractRODataset.GetRecord

Post by marsupilami »

Hello :)

For being able to do better debugs, I modified the Options in the >Configure "Build Lazarus"< Dialog from "-g -gl -O1" to "-gw3 -gl -O1". Also I modified all the Zeos packages to use the "Dwarf 3" debug type info. This can help.

One note: Since I see GetCalcFields in your screenshot, please note that we are currently looking into problems that possibly come from the interaction between Zeos and GetCalcFields.

Best regards,

Jan
grumete07
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 21.05.2024, 11:58

Re: Exception. TZAbstractRODataset.GetRecord

Post by grumete07 »

Thank you very much for your answer.
I am going to try. I hope to find the problem with your help.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: Exception. TZAbstractRODataset.GetRecord

Post by marsupilami »

Hello,

could you please check if the latest 8.0-patches branch from SVN fixes your problems?

Best regards,

Jan
Post Reply