<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Command |
ADODB Command Class
The ADODB Command object is used to execute a single query against a database.
The query can perform actions like creating, adding, retrieving, deleting or updating records.
If the query is used to retrieve data, the data will be returned as a ADODB_RecordSet object.
This means that the retrieved data can be manipulated by properties, collections, methods, and events of the ADODB_RecordSet object.
The major feature of the Command object is the ability to use stored queries and procedures with parameters.