Close
Terminates a request.
Error
Last error occurred in text format (this string often comes directly from the ODBC driver).
ErrorInt
Last error occurred:
Execute
Performs a SQL request.
GetField
Returns the field in the column `` (>= 1) of the current record.
Move
Moves the cursor on the nth record after or before the current position (if implemented in the driver).
MoveAbsolute
Moves the cursor on the nth record (if implemented in the driver).
MoveFirst
Moves the cursor on the first record (if implemented in the driver).
MoveLast
Moves the cursor on the last record (if implemented in the driver).
MoveNext
Moves the cursor on the next record in the result of the request.
MovePrevious
Moves the cursor on the previous record (if implemented in the driver).