Migration Wizard information

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rhondaridge
Posts: 4
Joined: Fri 25 Jan 2013 12:03

Migration Wizard information

Post by rhondaridge » Fri 25 Jan 2013 12:46

I am migrating a large application to IBDAC from BDE.

Because I have used InfoPower queries and tables in my application I have replaced all the components in my .pas and .dfm forms manually.

Please can you give me a list of the changes your migration wizard makes to .pas and .dfm files so that I can make sure that I have done as much as possible using search and replace to save me time whilst editing files etc.

Thank you

AndreyZ

Re: Migration Wizard information

Post by AndreyZ » Fri 25 Jan 2013 15:03

Hello,

IBDAC Migration Wizard converts projects written with BDE to IBDAC by replacing all BDE components with IBDAC components. IBDAC Migration Wizard saves a backup for all files it modifies. You can examine the difference between files in a backup and current files using any file comparing tool. For example, you can use our tool Code Compare ( http://www.devart.com/codecompare/ ). A free version of Code Compare is available at http://www.devart.com/codecompare/download.html

Post Reply