26.1.16. MyODBC API Reference
This section summarizes ODBC routines, categorized by
functionality.
For the complete ODBC API reference, please refer to the ODBC
Programer's Reference at
https://msdn.microsoft.com/library/en-us/odbc/htm/odbcabout_this_manual.asp.
An application can call SQLGetInfo
function to
obtain conformance information about MyODBC. To obtain information
about support for a specific function in the driver, an
application can call SQLGetFunctions
.
Note: For backward compatibility, the MyODBC 3.51 driver supports
all deprecated functions.
The following tables list MyODBC API calls grouped by task:
Connecting to a data source:
Obtaining information about a driver and
data source:
Setting and retrieving driver
attributes:
Preparing SQL requests:
Submitting requests:
Retrieving results and information about
results:
Retrieving error or diagnostic
information:
Obtaining information about the data
source's system tables (catalog functions) item:
Performing transactions:
Terminating a statement:
Terminating a connection: