Bug when setting the filter with a field name ending with"."
Posted: Tue 08 Jul 2008 06:28
In the version 6.20.011 of ODAC, everything works fine, but since after this version, when you set the filter using a field name ending with a "." ODAC produces an error telling that this field name is not found.
Ex :
MyOraQuery.sql := SELECT
EMP.EMPNO,
EMP.ENAME AS "Name.",
EMP.JOB,
EMP.SAL
FROM
EMP
MyOraQuery.filter := [MyFieldname.]='Something'
Thanks for fixing this issue.
mitch
Ex :
MyOraQuery.sql := SELECT
EMP.EMPNO,
EMP.ENAME AS "Name.",
EMP.JOB,
EMP.SAL
FROM
EMP
MyOraQuery.filter := [MyFieldname.]='Something'
Thanks for fixing this issue.
mitch