Collection Contents Index CONNECT statement [ESQL] [ISQL] CREATE DATABASE statement pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

CREATE COMPRESSED DATABASE statement


Function 

To create a compressed database from an existing database file, or to expand a compressed database.

Syntax 

CREATE [ COMPRESSED | EXPANDED ] DATABASE new-db-file-name
... FROM old-db-file-name

Parameters 

new-db-file-name | old-db-file-name: 'file-name'

Permissions 

Side effects 

An operating system file is created.

See also 

The Compression utility

The Uncompression utility

Description 

Creates a compressed database file from an uncompressed database file, or an uncompressed database file from a compressed one.

Any relative path is taken relative to the current working directory of the server.

You cannot use this statement on files other than the primary database file.

Standards and compatibility 

Example 


Collection Contents Index CONNECT statement [ESQL] [ISQL] CREATE DATABASE statement pdf/chap9.pdf