Subject | Re: [firebird-support] Create Database |
---|---|
Author | Paul Vinkenoog |
Post date | 2004-03-17T14:44:31Z |
Hi Uwe,
statement, but you closed it with the ";" after 'masterkey'. That's
why the database is created OK but the following lines are considered
an (invalid) statement by themselves.
Drop the first ";" and it should work.
Greetings,
Paul Vinkenoog
> Please point out the obvious to me why PAGE_SIZE is not anymoreThe PAGE_SIZE and charset stuff should be part of the CREATE
> recognised in the create database statement. Did I go over a limit
> or something. Oddly it does still create the database file and gfix
> reports no errors.
> C:\Firebird\bin>isql
> Use CONNECT or CREATE DATABASE to specify a database
> SQL> CREATE DATABASE 'D:\Test2\Data.FDB'
> CON> user 'sysdba'
> CON> password 'masterkey' ;
> SQL> PAGE_SIZE = 8192
> CON> DEFAULT CHARACTER SET NONE ;
> Statement failed, SQLCODE = -104
statement, but you closed it with the ";" after 'masterkey'. That's
why the database is created OK but the following lines are considered
an (invalid) statement by themselves.
Drop the first ";" and it should work.
Greetings,
Paul Vinkenoog