On 18-1-2012 19:49, Martijn Tonies wrote:
> Hi,
> 
>> I want a free tool to migrate an existing MySQL database to Firebird. Is
>> there any tool?
> 
> I do not know of a free tool, but you can try the Trial Version of
> Database Workbench - see www.upscene.com - and convert
> metadata.
> 
> With regards,
> 
> Martijn Tonies

Additionally, there are datapump like tools around that work with e.g.
ODBC or JDBC connections and that let you copy data around.

I use e.g. SQLWorkbench/J to create non-existing tables in the target
database and copy/sync data....

As for automatically converting stored procedures etc, there's probably
no tools that can reliably do that as the databases are too different...

Regards,
Reinier

Reply via email to