Subject Re: [firebird-support] Re: cannot create new Firebird DB
Author Milan Babuskov
bodhitree2 wrote:
> Use CONNECT or CREATE DATABASE to specify a database
> SQL> create database '/home/andy/stringsDB/external/lib/fdb/test.fdb'
> user 'sysdba' password 'password';
> Statement failed, SQLCODE = -902
>
> operating system directive open failed
> -Permission denied

Can you please try this:

$ isql -user sysdba -pass password
SQL> create database
SQL> 'localhost:/home/andy/stringsDB/external/lib/fdb/test.fdb';
SQL>


--
Milan Babuskov
http://fbexport.sourceforge.net