Open GDB file

0

I'm developing a system in which I need to use the database from another system, a sales system.

This sales system is very old and the file where the database is kept is in the format .GDB . Products, transactions, and everything else are stored in this file.

Can anyone talk more about this kind of database extension as it can be manipulated, like software that opens it?

    
asked by anonymous 04.03.2015 / 21:17

1 answer

3

Files that handle the GDB extension are Borland / Firebird files. You can open them with IBExpert: link .

Username and password required to open, default is:

User: SYSDBA

Password: masterkey

    
04.03.2015 / 21:39