QUOTE(sattua @ 11 Aug, 2008 - 02:36 PM)

I have been using firebird...well..I tried to create a data base using the firebird ISQL tool...I did this:
sql>create database 'c:\databasefiles\test.gdb' user 'juan' password '123';
//the error is this:
statement failed sqlcode=-902 your user and password are not defined....
SO... how can I define a user and password?????
thanks in advance.....
The user name that you have used is not known to the firebird server.
If you use the built in SYSDBA account (password - masterkey) you should have no problem creating and
connecting to the database.
I would recommend using ibexpert rather than the ISQL tool, it is much more functional.
Their web-site is www.ibexpert.com, they have a cut down free for personal use version.
Good luck
JonD