axlNewSetupDB
axlNewSetupDB(t_setupdbName) =>x_hsdb/ nil
Description
Opens the named setup database and returns its handle. If the named setup database does not already exist, this function creates one and returns a handle to it.
Arguments
Value Returned
Examples
Opens the given setup database and returns its handle.
axlNewSetupDB( "data" )
=> 1
Return to top