Upgrades a database created with a previous version of the software or adds or removes jConnect™ for JDBC™ support. Run this statement with Interactive SQL.
ALTER DATABASE UPGRADE [ PROCEDURE ON ] [ JCONNECT { ON | OFF } ]
ALTER DATABASE UPGRADE JCONNECT OFF
The ALTER DATABASE statement upgrades databases created with earlier versions of the software. This applies to maintenance releases as well as major releases.
Upgrades the system tables to the current version.
Adds any new database options.
Enables new features in the current version.
You can also use ALTER DATABASE UPGRADE simply to add jConnect features, if the database was created with the current version of the software.
After using ALTER DATABASE UPGRADE, shut down the database.
Automatic commit
SQL—Vendor extension to ISO/ANSI SQL grammar.
Sybase—Not supported by Adaptive Server Enterprise.
Must have DBA authority.