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.
Syntaxe
VBScript
database.SetInitialSchemaRev schemaRev
Perl
$database->SetInitialSchemaRev(schemaRev);
- Identificateur
- Description
- base_de_données
- Objet base de données.
- schemaRev
- A SchemaRev object corresponding to the desired schema
revision.
- Return value
- Aucune.