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

axlCommitSetupDBas

axlCommitSetupDBas( 
x_hsdb 
t_setupdbName 
) 
=> t / nil

Description

Saves the setup database under a new name.

Arguments

x_hsdb

Setup database handle

t_setupdbName

Name of the new setup database file.

Value Returned

t

The setup database is saved in a file with the specified name.

nil

Indicates an error.

Examples

Saves the setup database in a new file named data.sdb.

axlCommitSetupDBas(1002 "data.sdb")
=> t

Return to top
 ⠀
X