ODAC 6.0.0.6: Issue with refresh sql.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MarkF
Posts: 211
Joined: Thu 02 Mar 2006 14:55

ODAC 6.0.0.6: Issue with refresh sql.

Post by MarkF » Tue 24 Apr 2007 14:44

Hi Folks!

In editing the SCOTT.EMP table with the QuoteNames option turned on, it generates the following refresh SQL which fails with ORA-01741: illegal zero-length identifier (note the doubled double quotes on empno.)

select * from emp
WHERE
"EMP".""EMPNO"" = :"EMPNO"

Thanks for any help!

-Mark

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 25 Apr 2007 08:44

We have fixed this problem. The fix will be included in the next build of ODAC.

MarkF
Posts: 211
Joined: Thu 02 Mar 2006 14:55

Post by MarkF » Thu 10 May 2007 14:29

Hi Folks!

I don't mean to seem impatient, but is build 6.0.0.7 due out soon? I'd love to get the fix for this issue. Alternately (as I'm sure doing a build/release is a pain in the butt), is it possible to just get a source code update? I'll be happy to test any changes.

Thanks!

-Mark

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 11 May 2007 07:03

We are planning to release the next ODAC build in beginning of the next week.

Post Reply