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.

Syntaxe

VBScript

database.Upgrade schemaRev 

Perl

$database->Upgrade(schemaRev); 
Identificateur
Description
base_de_données
A Database object.
schemaRev
A SchemaRev object corresponding to the desired schema revision.
Valeur renvoyée
Aucune.

Commentaires en retour