Filter not working with last update 5.80.0.41
-
AlexandreECAD
- Posts: 40
- Joined: Wed 30 Nov 2005 15:55
- Location: Brazil
Filter not working with last update 5.80.0.41
I use Filter in some querys and after updating to version 41 all my filters stop working.
I'm using BDS 2006 and ODAC Net Option.
When I went back to version 40 all worked fine.
I'm using BDS 2006 and ODAC Net Option.
When I went back to version 40 all worked fine.
-
Challenger
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53
-
AlexandreECAD
- Posts: 40
- Joined: Wed 30 Nov 2005 15:55
- Location: Brazil
Insert the following code before the OraQuery.open line in the CRGrid Example that comes with ODAC in the Click event of Open button and change the OraSession to Net = True and the query to NonBlocking = True;
It doesnt work.
My Oracle version is 8.1.7
Code: Select all
OraQuery.Filter := 'CITY = ' + QuotedStr('LION');
OraQuery.Filtered := True;
My Oracle version is 8.1.7
-
AlexandreECAD
- Posts: 40
- Joined: Wed 30 Nov 2005 15:55
- Location: Brazil
-
AlexandreECAD
- Posts: 40
- Joined: Wed 30 Nov 2005 15:55
- Location: Brazil