TUNIError

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bgacorrie
Posts: 9
Joined: Fri 28 Aug 2015 16:55

TUNIError

Post by bgacorrie » Fri 28 Aug 2015 16:58

Getting an error in compliation that says EUniError not defined. Probably missing a uses clause what unit is it in. Code was generated by the migration wizard code used to be EDBEngineError. Serched documenttation and EUNiError was not found?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: TUNIError

Post by MaximG » Mon 31 Aug 2015 08:28

Class EUniError is described in the Uni module. Connect the Uni module to your project.

Post Reply