DB Tools Load Recordset From File VI
- Updated2024-07-30
- 2 minute(s) read
Loads a recordset from a file and returns a recordset reference that identifies this recordset. You can retrieve data from this recordset like any other recordset, but some properties might not be available on this recordset.

Inputs/Outputs
connection reference
—
connection reference specifies a reference to an ADO Connection object.
file name
—
file name specifies the file path to the file from which you want to read the data.
cache size (1)
—
cache size determines how many records to store in local memory. After the number of records kept in local memory are visited and the next record is requested, the current set of records are discarded from local memory, and the next set are retrieved into local memory. The default is 1. Adjusting this setting might improve performance when fetching records.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
recordset reference
—
recordset reference returns a reference to an ADO Recordset object.
error out
—
error out contains error information. This output provides standard error out functionality. |
connection reference
—
file name
—
cache size (1)
—
error in (no error)
—
recordset reference
—
error out
—