[fixed in 9.7.25] Maintain current record after Refresh call in NonBlocking mode

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
pcz
Posts: 81
Joined: Tue 04 Aug 2015 12:53

[fixed in 9.7.25] Maintain current record after Refresh call in NonBlocking mode

Post by pcz » Tue 10 May 2016 10:59

Hello

I've got a simple question about TOraQuery.

I have noticed a difference in behaviour between blocking / non-blocking mode after calling <TOraQuery>.Refresh method.
In blocking mode current record in most cases stays the same, but in non-blocking mode it looks like always resetted to first record.

Is it even possible to maintain current record in NonBlocking mode after <TOraQuery>.Refresh without any extra code?

Regards
P.C.
Last edited by pcz on Tue 28 Jun 2016 08:01, edited 1 time in total.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Maintain current record after Refresh call in NonBlocking mode

Post by MaximG » Mon 30 May 2016 09:46

Thank you for the information. We have reproduced the issue and will investigate its origin. We will inform you about the results shortly.

pcz
Posts: 81
Joined: Tue 04 Aug 2015 12:53

Re: Maintain current record after Refresh call in NonBlocking mode

Post by pcz » Mon 20 Jun 2016 09:42

Are there any news in this subject? :)

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Maintain current record after Refresh call in NonBlocking mode

Post by MaximG » Mon 20 Jun 2016 11:45

We have already fixed the error, and the fix will be included in the next build. We plan to release the build this week.

pcz
Posts: 81
Joined: Tue 04 Aug 2015 12:53

Re: Maintain current record after Refresh call in NonBlocking mode

Post by pcz » Tue 28 Jun 2016 08:00

Problem solved in version 9.7.25 :)
Thanks!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: [fixed in 9.7.25] Maintain current record after Refresh call in NonBlocking mode

Post by AlexP » Fri 01 Jul 2016 06:52

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.

pcz
Posts: 81
Joined: Tue 04 Aug 2015 12:53

Re: [fixed in 9.7.25] Maintain current record after Refresh call in NonBlocking mode

Post by pcz » Mon 04 Jul 2016 13:59

Looks that I've got some side effects of this fix with my code too... :?
viewtopic.php?f=5&t=33059&p=117311#p117311

Image
Happens always after <TOraQuery>.Refresh call when query returns exactly one record

Post Reply