Subject Statement failed, SQLCODE = -904
Author elwin_ho
Hi,
I try to create a database in my local database by typing following,
but keep getting errors.
C:\netchem\engine\DBSchema>..\..\vendor\Firebird\Server\bin\isql -u
sysdba -p masterkey
Use CONNECT or CREATE DATABASE to specify a database
SQL> CREATE DATABASE 'bbb.fdb';
Statement failed, SQLCODE = -904

unavailable database


Any one knows the why?
(I pretty sure the database server is ready and running. I use the
IBConsole to verify that by creating a new database.)

Thanks in advance.
Elwin