ADO functions
ADO functions
Functions for accessing databases which can be operated through Active Data Objects are grouped together under ADO functions. If a database does not offer an ADO library, ODBC can also be used as the provider and access is made using an ODBC data source. Generally the following applies: ADO access offers more functionality, however with a hit in performance.
Generate a connection string which is required for making an ADO connection | |
Make an ADO connection | |
End an ADO connection | |
Read data records | |
Modify data records | |
Close a read/edit sequence |