EDAError & EOraError

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Margo
Posts: 4
Joined: Thu 22 Mar 2007 10:33

EDAError & EOraError

Post by Margo » Thu 22 Mar 2007 10:38

What is difference between EDAError & EOraError, if I use ODAC with Delphi.
Thanks beforehand.

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

Post by Plash » Thu 22 Mar 2007 13:31

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.

Margo
Posts: 4
Joined: Thu 22 Mar 2007 10:33

Post by Margo » Thu 22 Mar 2007 13:42

Big thanks

Post Reply