ADO task table
Applies to: Access 2013, Office 2013
The following table lists programming tasks contained in the ADO programmer's guide and provides references for each task. These references can be textual descriptions or code examples in which you can find information about the ADO feature that performs the task.
ADO task |
References |
---|---|
Connecting to a data provider |
|
Executing commands or calling stored procedures |
|
Opening a Recordset |
|
Determining the size of a Recordset |
|
Moving to a specific record |
|
Accessing column values |
|
Searching for data |
|
Modifying data and changing values |
|
Adding new data |
|
Deleting or removing data |
|
Posting changes to the data source |
|
Beginning, committing, and rolling back transactions |
|
Saving records to a file (XML or binary) |
|
Handling errors |
|
Handling events, asynchronous programming |
|
Choosing cursor location and type |
|
Choosing lock types |
|
Returning related records in a Recordset |
|
Accessing semi-structured data |
|
Publishing to IIS |