Subject | RE: [firebird-support] Can't create database |
---|---|
Author | Helen Borrie |
Post date | 2005-04-12T14:27:54Z |
At 02:59 PM 12/04/2005 +0200, you wrote:
create database, viz.,
create database 'localhost:f:\db\isa.fdb' user 'sysdba' password 'masterkey';
But actually I'd like you to do a reality check first.
Start isql.
SQL> connect 'c:\Program Files\Firebird\Firebird_1_5\examples\employee.fdb'
user 'sysdba' password 'masterkey';
..and report back.
./heLen
> >Erm...I think he means using localhost in the database path argument of
> > are you working on the server? can you use localhost:f:\db\isa.fdb?
>
>there is no file f:\db\isa.fdb, i think it should be created by the create
>database command yes ?
create database, viz.,
create database 'localhost:f:\db\isa.fdb' user 'sysdba' password 'masterkey';
But actually I'd like you to do a reality check first.
Start isql.
SQL> connect 'c:\Program Files\Firebird\Firebird_1_5\examples\employee.fdb'
user 'sysdba' password 'masterkey';
..and report back.
./heLen