Microsoft SDK for Java

RecordsetEvent Class

The RecordsetEvent class of the com.ms.wfc.data package provides data for events that result from an operation performed with a Recordset object.

public class RecordsetEvent extends AdoEvent
{
  //Fields
  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; 
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.