This Package | All Packages

RecordsetEvent Class

Provides data for events that result from an operation performed with a Recordset object.

AdoEvent
  |
  +--RecordsetEvent

package com.ms.wfc.data

public class RecordsetEvent
extends AdoEvent

Remarks

The RecordsetEvent class defines the following fields that specify the event data:

public int adReason;
public int adStatus;
public int cFields;
public int cRecords;
public com.ms.wfc.data.Error error;
public com.ms.wfc.data.Field[] fields;
public boolean fMoreData;
public int maxProgress;
public int progress;

For more information about events, see Handling Events in WFC and ADO Events in ADO/WFC.