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.
VBScript
database.Upgrade schemaRev
Perl
$database->Upgrade(schemaRev);