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.


icon

Inputs/Outputs

  • cdlrn.png connection reference

    connection reference specifies a reference to an ADO Connection object.

  • cpath.png file name

    file name specifies the file path to the file from which you want to read the data.

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

  • 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

    recordset reference returns a reference to an ADO Recordset object.

  • ierrcodeclst.png error out

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