Page 1 of 1

switching from unidac to ibdac

Posted: Thu 13 Jan 2011 08:31
by mrtblt
I want to switch from unidac to ibdac for my project but i have a lot of woks done with unidac components and i dont want to start from the beginning by deleting the unidac ones and creating ibdac ones from the zero.

Is there any way to transfer my project from unidac to ibdac smoothly without doing so much hand work?

Posted: Thu 13 Jan 2011 14:32
by AndreyZ
Hello,

Unfortunately we don't have any tool for migrating from UniDAC to IBDAC.

Posted: Fri 14 Jan 2011 05:51
by mrtblt
After installing ibdac, I opened all .pas and .dfm files having unidac components in my text editor and just made a find-replace for TUni->TIBC. It seems that it worked or I think so?

Posted: Fri 14 Jan 2011 08:37
by AndreyZ
You can replace components in that way, but after this you should check that you moved all options from UniDAC to IBDAC correctly. You could have set some of the specific options in UniDAC (for example, in the SpecificOptions property). We recommend you to test your application.

Posted: Fri 14 Jan 2011 10:18
by mrtblt
After that kind of migration

I receive the following error message when i close my application :
Exception EIBCError in module neysys.exe at ..
Unknown ISC error 0.
What does it mean and how to be resolved?

Posted: Mon 17 Jan 2011 09:08
by AndreyZ
I cannot reproduce the problem. Please specify the following:
- the exact version of Firebird;
- the exact moment when the error occurs (connection closing, dataset closing).
Also you can compose a small sample to demonstrate the problem and send it to andreyz*devart*com.