Subject create
Author Daniel Bertin
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' ;