Can I change IBDAC to UniDAC?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
fellipeh
Posts: 7
Joined: Wed 09 Apr 2008 11:21

Can I change IBDAC to UniDAC?

Post by fellipeh » Wed 07 May 2008 21:05

Hello, I'm using IBDAC in my projects, but, I want to try UniDAC, but I don't want to change one per one component in my project manualy, there is some script to change automatic? Can it possible?

Best regards, and sorry my english


Fellipe H.

Elizeu
Posts: 7
Joined: Wed 16 Apr 2008 17:10

Post by Elizeu » Thu 08 May 2008 01:44

to change form by form do this: in a form right click choose 'view as a text'
an change TibcTable to TuniTable and TibcQuery to TuniQuery. return to form with right click and 'view as a form' and ignore some warnings.

to change all project in one time use the GReplace down here:
http://www.obsof.com/public/download.html

good luck.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Mon 12 May 2008 07:30

The extension of UniDAC Migration Wizard that will provide migration from Crlab xDAC components will be available in the next build. We plan to release this build this week.

esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

Post by esasse » Mon 12 May 2008 23:13

Any plans to a migration wizard from DBX?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 14 May 2008 12:33

We will consider this. Could you describe in few words the stucture of your dbExpress application?

esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

Post by esasse » Wed 14 May 2008 14:54

3 tier DataSnap app. A lot of small datamodules on the server with DBX components.

Just let me know if you need more info.

Post Reply