Problem with SQLUpdate

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Karen

Problem with SQLUpdate

Post by Karen » Tue 16 Aug 2005 20:32

We are using Delphi 2005 with latest version of ODAC for our application developement.

one table used in application has field name called OLD_DIVMPL, when we try to use set old_divmpl=:old_divmpl on sqlupdate of toraquery it gives error:Not found field corresponding to parameter OLD_DIVMPL error.

Any suggestion to fix problem with :OLD_ FIELD NAME.

Thanks

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 17 Aug 2005 07:32

We reproduced your problem and fixed it. This fix will be included in the next ODAC 5 build.

Post Reply