Description
Upgrade this database to the specified schema revision.
Call this method to update the schema revision of an existing
database. Do not use this method to set the initial schema revision of the
database; use the SetInitialSchemaRev method instead.
Syntaxe
VBScript
database.Upgrade schemaRev
Perl
$database->Upgrade(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.