How to open files. GDB

Asked

Viewed 1,642 times

-1

I am a customer list and service order, in the backup at . GDB, how can I open such file.

2 answers

1

To backup you will need a database system, an interesting option would be to use the Ibexpert. To download the free version, visit the link Ibexpert Download Center register to download.

1

The file conversion .gdb to the Firebird SQL is a relatively simple path.

Firebird is a well-known open source database, extracted from the Borland open source edition of Interbase. It maintains a good degree of compatibility and has many tools (libraries for access, data management).

There are some free migration tools that you can use:

  • Fbconvert can convert from Interbase to Firebird format (and does not require the presence of a Firebird server on the computer).
  • Fbexport is a command line and GUI tool for exporting / import data from Firebird / Interbase databases. It is based in IBPP’s C++ library and runs on both Windows and Linux.
  • Interbase Datapump allows pumping data and migrating from databases Interbase native data for Firebird databases with quite ease.

  • Flamerobin database administration tool allows simple file management .fdb and .gdb, via GUI.

Take a look at the Driver Documentation page if you’re interested.

Obs. If you have a very old Interbase file, your best bet is to get some old Interbase 5.0 installation, run a gbak and restore the database with your Firebird 2.5 installation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.