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
|
+--ConnectionEvent
package com.ms.wfc.data
public class ConnectionEvent
extends AdoEvent
Remarks
The ConnectionEvent class defines the following fields that specify the event data:
public int adStatus;
public com.ms.wfc.data.Command command;
public String ConnectionString;
public int CursorType;
public com.ms.wfc.data.Error error;
public int LockType;
public int Options;
public String Password;
public int RecordsAffected;
public com.ms.wfc.data.Recordset recordSet;
public String Source;
public int TransactionLevel;
public String UserID;