Problem with Optimize property

bsi65

Member
Property TOracleDataSet(TOracleQuery).Optimize always = false, and I can`t set it to true in Property Editor. DOA 4.1.1 for Delphi 7.
 
That is indeed correct. There is a bug in Oracle Server 10.2, which was later backported to 10.1 and 9.2, which caused access violations when reusing parsed cursors. Therefore we disabled it.
 
I have the same issue. Has anything happened or is there another way to ensure optimized queries?
Best
J
 
Back
Top