4

What is the effort to migrate from Blackfish to Firebird ?

I use DBX4

No stored procedure, or function or views

I access all my data trough SQL queries

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Jlouro
  • 4,515
  • 9
  • 60
  • 91

3 Answers3

3

If you don't rely on specific Blackfish features (SP, trigger, admin packages calls etc), the change should not be a pain.

I've did this kind of migration in a DEMO for a customer.

If you have used Blackfish as a "collection of tables accessible via SQL" then the change will not be difficult at all.

Daniele Teti
  • 1,764
  • 14
  • 20
2

There is a driver for delphi and dbx4 firebird http://sites.google.com/site/dbxfirebird/

my guess is that is easy for you to dump the blackfish tables into csv and then to import them in firebird and later modify only the application to access the firebird db using the dbx4 firebird settings

Mariuz
  • 1,190
  • 2
  • 10
  • 19
  • I just care about the code effort. The data migration I dont see any problems, cvs, or other method. – Jlouro Jan 30 '11 at 15:11
1

For database pumping you can use tools like :

IBExpert (full version)

Database Workbench (full version)

or database comparer

Hugues Van Landeghem
  • 6,755
  • 3
  • 34
  • 59