Rohit wrote: > I want a free tool to migrate an existing MySQL database to Firebird. Is > there any tool?
I wrote a quick&dirty PHP script that works on SQL structure dump from PHPMyAdmin: https://github.com/mariuz/mysql2firebird It's still rough and does not support all MySQL datatypes, but it's open source, so you can modify it to fit your needs. I also wrote a simple data-pump in PHP, let me know if your're interested, I can put it for download as well. -- Milan Babuskov ================================== The easiest way to import XML, CSV and textual files into Firebird: http://www.guacosoft.com/xmlwizard ==================================
