How to resolve the "Unknown user name or password unavailable database alias" error?

-2

My program is in Delph7, BDE database, firebird 2.0, but when access gives the following error:

  

Unknown user name or password unavailable database alias

How can I solve this problem?

    
asked by anonymous 23.12.2015 / 23:50

1 answer

2

The error message is very simple and easy to understand!

Username or password not found in the database, as you had to format and reinstall again, you probably did it differently than you did before, just add the username and password (which you used to install Firebird ) in your application.

If you do not remember that you have entered a password or installed it without using a password, try using Firebird's default :

user: SYSDBA
password: masterkey
    
24.12.2015 / 11:28