DefaultExpression behavior
Posted: Wed 02 Sep 2020 06:51
Hi,
We were using ODAC version 6.25 on Delphi 2006 . We purchased latest version of ODAC 11.2.5 and we have the following problem.
In older versions, DefaultExpression was expecting the values without quotes. But now it needs the quotes in the value in order to work and not throw ORA-00904 error.
In the topic viewtopic.php?t=16859 is said that using MemDS.DefaultExpressionOldBehavior := True it should work as before, but when I try to compile my project it cannot find MemDS.DefaultExpressionOldBehavior.
We have thousands of TOraQuery with DefaultExpression, we need help ASAP.
Thank you in advance
We were using ODAC version 6.25 on Delphi 2006 . We purchased latest version of ODAC 11.2.5 and we have the following problem.
In older versions, DefaultExpression was expecting the values without quotes. But now it needs the quotes in the value in order to work and not throw ORA-00904 error.
In the topic viewtopic.php?t=16859 is said that using MemDS.DefaultExpressionOldBehavior := True it should work as before, but when I try to compile my project it cannot find MemDS.DefaultExpressionOldBehavior.
We have thousands of TOraQuery with DefaultExpression, we need help ASAP.
Thank you in advance