On 13-11-2014 18:27, Jaye Okuyama [email protected] [firebird-support] wrote: > I am working on a project that has a Firebird database and would like to > know what options there are to interface with the data structure and if > it is possible to migrate data from the .dat files.
Note that Firebird databases are usually not called ".dat" and a single Firebird database is only a single file. If you have multiple ".dat" files, chances are that you are either not using a Firebird database, have a lot of databases, or these are external tables. To connect to a Firebird database, you only need a Firebird server install, and a query tool like Flamerobin. In the default Firebird install (on Windows) you can login to the database using user sysdba and password masterkey. Other than that, you need to describe specific problems and ask specific questions. Mark -- Mark Rotteveel
