Question About EOraError

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
AlexandreECAD
Posts: 40
Joined: Wed 30 Nov 2005 15:55
Location: Brazil

Question About EOraError

Post by AlexandreECAD » Wed 29 Mar 2006 12:25

I'm using Delphi 2005, ODAC NET Option (Last version) and Oracle 8.1.7 Enterprise

I'm executing a TOraStoredProc with NonBlocking = True and Net enabled.

If my procedure raises an error in EOraError.Sender I got and TOciCommand Object and the property "Name" of this object I got the block executed by the TOraStoredProc.

How can I obtain the correct component that raised the error using EOraError?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 31 Mar 2006 11:16

There is no way to get this information when NonBlocking option is on.

Alexandre

Post by Alexandre » Fri 31 Mar 2006 13:36

:( Ok Thanks.

Post Reply