Subject | create |
---|---|
Author | Daniel Bertin |
Post date | 2001-10-06T18:11:12Z |
Hi all
I am trying to create a local database and keep getting the error
"Cannot attach to password database"
In IB console and IB_Wisql both give me the same error??
What am I doing wrong??
SET SQL DIALECT 3;
CREATE DATABASE 'C:\IB-tires\tires.gdb' USER 'SYSDBA' PASSWORD 'masterkey' ;
I am trying to create a local database and keep getting the error
"Cannot attach to password database"
In IB console and IB_Wisql both give me the same error??
What am I doing wrong??
SET SQL DIALECT 3;
CREATE DATABASE 'C:\IB-tires\tires.gdb' USER 'SYSDBA' PASSWORD 'masterkey' ;