Subject | Re: [firebird-support] Re: cannot create new Firebird DB |
---|---|
Author | Milan Babuskov |
Post date | 2007-07-09T19:40:19Z |
bodhitree2 wrote:
$ 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
> Use CONNECT or CREATE DATABASE to specify a databaseCan you please try this:
> 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
$ 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