ActiveX Data Objects (ADO) Model
| Data Object | Collections | Properties | Methods |
|---|
| Connection | Errors | Attributes | BeginTrans |
| | Properties | CommandTimeout | Cancel |
| | | ConnectionString | Close |
| | | ConnectionTimeout | CommitTrans |
| | | CursorLocation | Execute |
| | | DefaultDatabase | Open |
| | | IsolationLevel | OpenSchema |
| | | Mode | RollbackTrans |
| | | Provider | |
| | | State | |
| | | Version | |
| Recordset | Fields | AbsolutePage | AddNew |
| | Properties | AbsolutePosition | Cancel |
| | | ActiveConnection | CancelBatch |
| | | BOF | CancelUpdate |
| | | Bookmark | Clone |
| | | CacheSize | Delete |
| | | CursorLocation | Move |
| | | CursorType | MoveFirst |
| | | EditMode | MoveLast |
| | | EOF | MoveNext |
| | | Filter | MovePrevious |
| | | Index | Open |
| | | LockType | Requery |
| | | MarshalOptions | Resync |
| | | MaxRecords | Save |
| | | PageCount | Seek |
| | | PageSize | Supports |
| | | RecordCount | Update |
| | | Sort | UpdateBatch |
| | | Source | |
| | | State | |
| | | Source | |
| Field | Properties | ActualSize | AppendChunk |
| | | Attributes | GetChunk |
| | | DefinedSize | |
| | | Name | |
| | | NumericScale | |
| | | OriginalValue | |
| | | Precision | |
| | | Type | |
| | | UnderlyingValue | |
| | | Value | |
| Command | Parameters | ActiveConnection | Cancel |
| | Properties | CommandText | CreateParameter |
| | | CommandTimeout | Execute |
| | | CommandType | |
| | | Perpared | |
| | | State | |
| Parameter | Properties | Attributes | AppendChunk |
| | | Direction | Delete |
| | | Name | |
| | | NumericScale | |
| | | Precision | |
| | | Size | |
| | | Type | |
| | | Value | |
| Property | | Attributes | |
| | | Name | |
| | | Type | |
| | | Value | |
| Error | | Description | |
| | | HelpContext | |
| | | HelpFile | |
| | | NativeError | |
| | | Number | |
| | | Source | |
| | | SQLState | |