NewDb ()

Create and open a new data base.

Usage

NewDb( fileName, overwriteFlg = False )

Parameters

fileName (string)
The name of the data base to be created.
overwriteFlg (boolean)
If this flag is True and an old data base with the same name exist, the old data base will be overwritten.

Return Value

None

Errors

None

Description

This routine creates and opens a new data base. Data base name is given by fileName. If overwiteFlg flag is True and an old data base with the same name exists, the old data base will be overwitten. For example,
NewDb( 'Db1' )