Open GDB file

Asked

Viewed 10,171 times

0

I’m developing a system where 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 has the format .GDB. Products, transactions and everything else are stored in this file.

Someone could talk more about this type of database extension as well as being manipulated, like software that opens it?

  • Hello João Pedro. I believe this is an Interbase file before version 7 generated files. GDB, but today generates files . IB, in this case I believe it is worth trying to open with this program, if you can not with a new version try with one that was created at the time the file was created.

1 answer

3


GDB files are Borland/Firebird files. You can open them with Ibexpert: http://www.ibexpert.net/ibe/.

User and password required to open, default is:

User: SYSDBA

Password: masterkey

  • 1

    I have not yet tried more was excellent the answer. Killed my doubt about what it is and how to open. Thank you very much

Browser other questions tagged

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