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

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

t_fileName

Database file to be opened.

Value Returned

o_obj

The object handle to the database.

nil

Indicates an error.

Examples

Opens the database file resDB.

resDB=axlGetHistoryResults(axlGetRunData(session runid))
obj = axlOpenResDB(resDB)

Related Topics

axlGetHistoryResults


Return to top
 ⠀
X