Page 1 of 1

EDAError & EOraError

Posted: Thu 22 Mar 2007 10:38
by Margo
What is difference between EDAError & EOraError, if I use ODAC with Delphi.
Thanks beforehand.

Posted: Thu 22 Mar 2007 13:31
by Plash
The EDAError is a base class for the EOraError class. ODAC components raise exceptions of the EOraError class. You can use the EOraError class in your program.

Posted: Thu 22 Mar 2007 13:42
by Margo
Big thanks