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.
Conversion from IBX
Re: Conversion from IBX
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.