Using Unidac to migrate from mssql to firebird

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Using Unidac to migrate from mssql to firebird

Post by brace » Thu 03 Jun 2010 09:27

I am considering migrating to firebird, is it an option to use unidac for the migration or what do you suggest for this migration?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 03 Jun 2010 09:43

To connect to Firebird you should change only the ProviderName property of TUniConnection to 'InterBase'.

Post Reply