Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlCommitSetupDBAndHistoryAs

axlCommitSetupDBAndHistoryAs( 
x_hsdb 
t_setupdbName 
) 
=> x_hsdb

Description

Saves the setup database along with history entries under a new name.

Arguments

x_hsdb

Setup database handle

t_setupdbName

Name of the new setup database file to be created.

Value Returned

x_hsdb

The setup database handle is returned for the newly created setup database file.

Examples

Returns the setup database handle for the newly created setup database file.

axlCommitSetupDBAndHistoryAs(1002 "newData.sdb")
=> 1004

Return to top
 ⠀
X