exceptions

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alpha
Posts: 9
Joined: Thu 15 Jan 2009 22:57

exceptions

Post by alpha » Tue 03 Nov 2009 21:13

Hello,

I'm a novice user, but still the following questions.
Which exceptions must I handle eg when connecting to mysql server?
Is there a list available?

Thanks
Simon

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

Post by Plash » Wed 04 Nov 2009 09:03

UniDAC always raises the EUniError exception if an error occurs when working with DBMS. You should handle this exception.

Post Reply