Page 1 of 1

Exception. TZAbstractRODataset.GetRecord

Posted: 21.05.2024, 12:17
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?

Re: Exception. TZAbstractRODataset.GetRecord

Posted: 21.05.2024, 18:03
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

Re: Exception. TZAbstractRODataset.GetRecord

Posted: 22.05.2024, 10:13
by grumete07
Thank you very much for your answer.
I am going to try. I hope to find the problem with your help.

Re: Exception. TZAbstractRODataset.GetRecord

Posted: 27.05.2024, 12:25
by marsupilami
Hello,

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

Best regards,

Jan