Methods
This is the standard contructor for this class and should not be used directly
Adds an ADO control to the linked objects list
Adds a parameter to a prepared SQL query
Notifies
VirtualADOObject derived controls that the current SQL query has changed, and should update their contents
Closes the current read operation
This function returns the number of rows in the current result
Refreshes the current record, is possible
Performs a positional delete on the current query
This function is similar to the
ExecuteQuery function, but it returns no records
Fetches a row by its index
This function should be used only when working with MySQL and tables that contain big text fields
Moves to the first row, if possible
Identical to
FieldValues, if you prefer the functional version
The last error(s) encountered by the data set, as a string
Moves to the next row, if possible
Moves to the previous row, if possible
Reexecutes the current SQL query
Remove an ADO control to the linked objects list
Performs a positional update on the current query
This function performs list-style operations for
VirtualADOObject derived controls