Page 1 of 1

Question About EOraError

Posted: Wed 29 Mar 2006 12:25
by AlexandreECAD
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?

Posted: Fri 31 Mar 2006 11:16
by Challenger
There is no way to get this information when NonBlocking option is on.

Posted: Fri 31 Mar 2006 13:36
by Alexandre
:( Ok Thanks.