TOraQuery issue in ODAC 9.2.5

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mikeho
Posts: 41
Joined: Thu 11 Nov 2004 21:23
Location: Middle Tennessee USA

TOraQuery issue in ODAC 9.2.5

Post by mikeho » Mon 17 Feb 2014 21:18

Running this simple query in a TOraQuery is causing issues:

select nameid, usertype, groupid, userstatus,
facility, chgfacility, allcusts, publicaccts
from userheader
where nameid = :in_user

This is always returning no records. This query works fine when I revert back to ODAC 9.1.4.

Connecting to the userheader table with a TOraTable component and setting FilterSQL to Format('nameid = ''%s''', [edtUser.Text]); works fine in ODAC 9.2.5. It returns the same record the query does with 9.1.4.

What has changed in the TOraQuery from 9.1.4 to 9.2.5 to prevent the above query from working properly?

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

Re: TOraQuery issue in ODAC 9.2.5

Post by AlexP » Tue 18 Feb 2014 06:41

Hello,

We have already fixed the problem, the fix will be included to the next version of ODAC, that will be released this week.

mikeho
Posts: 41
Joined: Thu 11 Nov 2004 21:23
Location: Middle Tennessee USA

Re: TOraQuery issue in ODAC 9.2.5

Post by mikeho » Thu 20 Feb 2014 16:34

Happy to report the problem was resolved with the 9.2.6 release.

Thanks

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

Re: TOraQuery issue in ODAC 9.2.5

Post by AlexP » Fri 21 Feb 2014 12:00

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

Post Reply