Subject | RE: [firebird-support] Can't create database |
---|---|
Author | Patrick Marquetecken |
Post date | 2005-04-13T09:51:43Z |
>C:\Program Files\Firebird\Firebird_1_5\bin>isql
> At 10:56 AM 13/04/2005 +0200, you wrote:
>
>>I have started the isql tool from the startmenu
>
> Aaaah!!!
>
> Open a command window (using Start...Run...cmd).
> CD to Firebird's \bin directory.
> Start isql from there.
> Repeat all tests.
>
> ./heLen
>
Use CONNECT or CREATE DATABASE to specify a database
SQL> CONNECT 'C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB'
CON> user 'sysdba' password 'masterkey';
Statement failed, SQLCODE = -904
unavailable database
SQL>