Save Recordset To File (R).vi
- Updated2024-07-30
- 2 minute(s) read
Saves the recordset identified by the recordset reference to either an XML or ADTG file. The ADTG file format is a proprietary format that only the LabVIEW Database Connectivity Toolkit can interpret. The ADTG format results in a smaller file than the XML format. You can reload both formats into LabVIEW using the DB Tools Load Recordset From File VI. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
overwrite? (F)
—
overwrite? determines whether to overwrite the file specified in file name if the file already exists.
recordset reference
—
recordset reference specifies a reference to an ADO Recordset object.
file name
—
file name specifies the path where you want to save the file. You can click the Browse button to navigate to the correct file path.
save format (XML)
—
save format specifies the format to use when saving a recordset to file.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
recordset reference out
—
recordset reference out returns a reference to an ADO Recordset object.
error out
—
error out contains error information. This output provides standard error out functionality. |
overwrite? (F)
—
recordset reference
—
file name
—
save format (XML)
—
error in (no error)
—
recordset reference out
—
error out
—