Provides data for events that result from an operation performed with a Connection 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;
For more information about events, see Handling Events in WFC and ADO Events in ADO/WFC.