Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → CREATE DATABASE
Firebird Home Firebird Home Prev: COMMENTFirebird Documentation IndexUp: DDL statementsNext: CREATE DOMAIN

CREATE DATABASE

16 Kb page size supported
DIFFERENCE FILE parameter

Available in: DSQL, ESQL

Syntax (partial): 

CREATE {DATABASE | SCHEMA}
   ...
   [PAGE_SIZE [=] <size>]
   ...
   [DIFFERENCE FILE 'filepath']

<size>  ::=  1024 | 2048 | 4096 | 8192 | 16384

16 Kb page size supported

Changed in: 1.0

Description: The maximum database page size has been raised from 8192 to 16384 bytes.

DIFFERENCE FILE parameter

Added in: 2.0

Description: For a full description of this parameter, see ALTER DATABASE :: ADD DIFFERENCE FILE.

Prev: COMMENTFirebird Documentation IndexUp: DDL statementsNext: CREATE DOMAIN
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → CREATE DATABASE