Migrating IBO to UniDac

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Colin Coleman
Posts: 7
Joined: Thu 26 May 2011 18:57
Location: Sat Down

Migrating IBO to UniDac

Post by Colin Coleman » Wed 08 Jun 2011 20:36

Using Devart UniDac 3.70.0.17
Delphi XE Pro
System is Windows 7 Pro 64Bit 8 Gb Ram

Having just purchased the complete Unidac component suite with source code, I was eagerly looking for the IBO to UniDac migration wizard......Could someone tell me where it is, as all i can see is migrating IBX,BDE, and some other unknown components.


Thanks for your help

Colin Coleman

AndreyZ

Post by AndreyZ » Thu 09 Jun 2011 12:08

Hello,

Unfortunately, UniDAC doesn't support migration from IBO components.

kiwisigi
Posts: 6
Joined: Mon 19 Oct 2009 20:01

Re: Migrating IBO to UniDac

Post by kiwisigi » Fri 11 Sep 2015 03:52

Hi,

Just got ibdac last week and wanted to migrate a program from ibx. I notice 2 really basic ommissions e.g. errors in that migration program.

1) does not change TibStringField to TStringfield???

2) and worse - takes out parameters for stored procs When one gets them added again then they have a different order e.g. input before output (ibx has output before input)
This thingy is basically useless and should NOT be offered to any customers I guess..
Or did I overlooks something and there is a workaround?

I have about 80 stored procs which I use in the code quite often settung params by "number" as this should be faster than by name.

Any pointers are appreciated..

thanks
sigi

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

Re: Migrating IBO to UniDac

Post by ViktorV » Fri 11 Sep 2015 14:54

Please don't create duplicated topics. I answered you at the topic: http://forums.devart.com/viewtopic.php? ... 74#p111874

Post Reply