Conversion from IBX

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cointec
Posts: 50
Joined: Fri 11 Dec 2015 11:02

Conversion from IBX

Post by cointec » Fri 11 Dec 2015 11:26

I'm trying to convert from ibx to unidac. The components are replaced in each data module, ibxsql are converted fine, but ibdataset are converted, but properties like SQL, SQLDelete, .. are empty.
How can I solve this issue?
Im using migration wizard.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Conversion from IBX

Post by ViktorV » Tue 15 Dec 2015 13:54

Migration Wizard serves only to simplify routine operations, that's why if IBDAC components don't have the same properties and methods IBX components do, you should replace them manually.

Post Reply