SetInitialSchemaRev

Description

Sets the initial schema revision of a new database.

After creating a new database, immediately call this method to set the database's initial schema revision. Calling this method on an existing database has no effect.

Syntax

VBScript


database.SetInitialSchemaRev schemaRev 

Perl


$database->SetInitialSchemaRev(schemaRev); 
Identifier
Description
database
A Database object.
schemaRev
A SchemaRev object corresponding to the desired schema revision.
Return value
None.