I am a list of clients and work order, in backup in .GDB, how can I open such a file.
I am a list of clients and work order, in backup in .GDB, how can I open such a file.
To back up you will need a database system, an interesting option would be to use IBExpert . To download the free version, go to IBExpert Download Center register to download.
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 you can use:
Interbase DataPump lets you pump data and migrate from banks Interbase native data for Firebird databases with quite easily.
The FlameRobin database administration tool allows easy management of .fdb and .gdb files via GUI.
li>Take a look at the Driver Documentation page if you are interested.
Obs. If you have a very old Interbase file, your best bet is to get some old installation of Interbase 5.0, run a gbak and restore the database with your Firebird 2.5 installation.