Subject | AW: [firebird-support] Create Database |
---|---|
Author | Thomas von Stetten |
Post date | 2004-03-17T14:51:15Z |
>>Use CONNECT or CREATE DATABASE to specify a databaseI think you should remove the ";" after the 'masterkey'. But because I never
>>SQL> CREATE DATABASE 'D:\Test2\Data.FDB'
>>CON> user 'sysdba'
>>CON> password 'masterkey' ;
>>SQL> PAGE_SIZE = 8192
>>CON> DEFAULT CHARACTER SET NONE ;
used isql i don't really know.
Thomas