ODAC6: Broken exception handling in internal INSERT statements (TSmartQuery)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
grexhide
Posts: 5
Joined: Sat 28 Apr 2007 11:52

ODAC6: Broken exception handling in internal INSERT statements (TSmartQuery)

Post by grexhide » Mon 28 May 2007 00:30

ORA- exception handling in internal INSERT statements execution are broken in ODAC 6.x.

Act: 'ORA-01403: no data found', raised in an INSTEAD OF INSERT trigger, incorrectly "converted" as 'ORA-24305: bad bind or define context'

Exp: Any ORA-, issued during internal INSERT statement in a TSmartQuery must be shown "as is"

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

Post by Plash » Tue 29 May 2007 07:47

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

Post Reply