Subject | Re: [firebird-support] Create Database |
---|---|
Author | Martijn Tonies |
Post date | 2004-03-17T14:42:49Z |
Hi Uwe,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> Please point out the obvious to me why PAGE_SIZE is not anymore recognisedOddly
> in the create database statement. Did I go over a limit or something.
> it does still create the database file and gfix reports no errors.The ";" is terminating the current statement.
>
> 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 = 8192With regards,
> CON> DEFAULT CHARACTER SET NONE ;
> Statement failed, SQLCODE = -104
>
> Dynamic SQL Error
> -SQL error code = -104
> -Token unknown - line 1, char 1
> -PAGE_SIZE
> SQL>
> SQL> -- Select the database
> SQL>
> CON> CONNECT 'D:\Test2\Data.FDB'
> CON> user 'sysdba'
> CON> password 'masterkey' ;
> Commit current transaction (y/n)?y
> Committing.
> Database: 'D:\Test2\Data.FDB', User: sysdba
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com