Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides data for events that result from an operation performed with a 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;