Exceptions

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 17
Joined: Sat 02 May 2009 11:20

Exceptions

Post by [email protected] » Tue 08 Sep 2009 15:29

Is it possible to get a list of exceptions that my application must handle when using the UniDac components. Are all of these exceptions consistent across the various supported databases. :?: [/list]

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

Post by Plash » Wed 09 Sep 2009 07:05

You should handle only the EUniError exception. This exception is used for any DBMS.

Post Reply