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.
How can I go deeper into the debugging to know where I have the problem?
Exception. TZAbstractRODataset.GetRecord
Exception. TZAbstractRODataset.GetRecord
You do not have the required permissions to view the files attached to this post.
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Exception. TZAbstractRODataset.GetRecord
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
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
Thank you very much for your answer.
I am going to try. I hope to find the problem with your help.
I am going to try. I hope to find the problem with your help.
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Exception. TZAbstractRODataset.GetRecord
Hello,
could you please check if the latest 8.0-patches branch from SVN fixes your problems?
Best regards,
Jan
could you please check if the latest 8.0-patches branch from SVN fixes your problems?
Best regards,
Jan