Upgrade
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.
Syntax
VBScript
database.Upgrade
schemaRev
Perl
$database->Upgrade
(schemaRev);
- Identifier
- Description
- database
- A Database object.
- schemaRev
- A SchemaRev object corresponding to the desired schema revision.
- Return value
- None.