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.
Syntaxe
VBScript
database.SetInitialSchemaRevschemaRev
Perl
$database->SetInitialSchemaRev(schemaRev);
Identificateur
Description
base_de_données
A Database object.
schemaRev
A SchemaRev object corresponding to the desired schema
revision.