FileAdapter.ChangeRRN Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Changes the contents of the record at the specified relative record number (RRN). This operation is not valid for SQL Server.

public void ChangeRRN(AdgDataSet ds, long RRN)

Parameters

Type Parameter name Description
AdgDataSet ds The AdgDataSet containing the data for the new record.
Int64 RRN The relative record number of the record to change to.

Remarks

ChangeRRN is similar to ChangeCurrent, which updates database file records. Whereas ChangeCurrent allows the current record to be updated, ChangeRRN permits update to a record with the specified relative record number.

See Also