axlCommitSetupDBAndHistoryAs
axlCommitSetupDBAndHistoryAs(x_hsdbt_setupdbName) =>x_hsdb
Description
Saves the setup database along with history entries under a new name.
Arguments
Value Returned
|
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