axlOpenResDB
axlOpenResDB(t_fileName) =>o_obj/ nil
Description
Opens the database file specified by t_fileName. If the file does not exist, it is created.
Arguments
Value Returned
Examples
Opens the database file resDB.
resDB=axlGetHistoryResults(axlGetRunData(session runid))
obj = axlOpenResDB(resDB)
Related Topics
Return to top