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.


icon

Inputs/Outputs

  • cbool.png overwrite? (F)

    overwrite? determines whether to overwrite the file specified in file name if the file already exists.

  • cdlrn.png recordset reference

    recordset reference specifies a reference to an ADO Recordset object.

  • cpath.png 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.

  • cenum.png save format (XML)

    save format specifies the format to use when saving a recordset to file.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idlrn.png recordset reference out

    recordset reference out returns a reference to an ADO Recordset object.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.