Recordset Functions
Recordset Functions
The functions listed in the following topics create, manipulate, and close a single recordset associated with the current project database.
Note: The RecordSet functions described in this section are obsolete and are included for backward-compatibility with older Overlay-style AutoLISP functions that have been ported to the Extension environment. It is recommended that newer Archibus Extension-based AutoLISP development use the WebService functions to access data from the database rather than these RecordSet functions. For examples of how older Overlay-style RecordSet functions can be used in the Archibus Extension environment, please see the ‘Examples of using Extension queries in place of Overlay queries’ section in the afm_samples.lsp file.