Migrate IBX to IBDAC or UNIDAC?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
efgusmao
Posts: 3
Joined: Tue 09 Nov 2010 19:21
Location: Foz do Iguaçu PR

Migrate IBX to IBDAC or UNIDAC?

Post by efgusmao » Tue 09 Nov 2010 20:25

Hi Everybody,

So, i´m use IBX to acess Firebird in Delphi 2007, I want migrate to Devart solution acess , my ask is: What is better option IBDAC or UNIDAC for work with firebird 2.x and Delphi 2010?

best regards,
Everaldo Gusmão

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 10 Nov 2010 07:48

Hello,

If you need to connect only to Firebird it's better to use IBDAC, because UniDAC provides a unified interface to access several database servers, and IBDAC supports more specific Firebird features than UniDAC.
But if you need to connect to several database servers then it's better to use UniDAC.

Post Reply