Search code examples
windowsfirebirdlogfilefirebird-3.0

Where is the Firebird DB log file located in Windows?


I just installed Firebird 3.0.6. When running this command in isql from the documentation:

SQL> connect localhost:employee user sysdba password somepassword;
Statement failed, SQLSTATE = 08006
Error occurred during login, please check server firebird.log for details
SQL>

When I looked in the C:\Program Files\Firebird\Firebird_3_0 folder. It is not there.

Where should I look for it?


Solution

  • I just reinstalled Firebird DB as an application in C:\Firebird and everything works. Must have been the permissions issue that is all over the internet.