Programmer Guide : solidDB® supported ODBC functions : Obtaining information about a driver and data source
  
Obtaining information about a driver and data source
SQLDataSources
Returns information about a data source.
Version introduced: 1.0
Availability when using ODBC: Supported; this function is implemented in the ODBC Driver Manager.
For platforms other than Windows which do not have the Microsoft ODBC Driver manager, this function is not supported.
Conformance: ISO 92
SQLDrivers
Lists driver descriptions and driver attribute keywords.
Version introduced: 2.0
Availability when using ODBC: Supported; this function is implemented in the ODBC Driver Manager.
For Windows, the Driver Manager is required if applications that connect to solidDB® use OLE DB or ADO APIs or if database tools that require the Driver Manager, such as Microsoft Access, FoxPro, or Crystal Reports are to be used.
For platforms other than Windows, the Driver Managers are provided by vendors such as iODBC, Merant, or UnixODBC.
Conformance: ODBC
SQLGetConnectAttr
Returns the value of a connection attribute. Sets a connection attribute.
Version introduced: 3.0
Availability when using ODBC: Supported
Conformance: ISO 92 ISO 92
SQLGetEnvAttr
Returns the value of an environment attribute.
Sets an environment attribute.
Version introduced: 1.0
Availability when using ODBC: Supported
Conformance: ISO 92 ISO 92
SQLGetStmtAttr
Returns the value of a statement attribute.
Version introduced: 1.0
Availability when using ODBC: Supported
Conformance: ISO 92 ISO 92
SQLSetStmtAttr
Sets a statement attribute.
Version introduced: 3.0
Availability when using ODBC: Supported
Conformance: ISO 92 ISO 92
SQLSetConnectOption
N/A. Deprecated (replaced by SQLSetConnectAttr)
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLGetConnectAttr)
Conformance: N/A N/A
SQLGetStmtOption
N/A: Deprecated (replaced by SQLGetStmtAttr)
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLSetStmtAttr)
Conformance: N/A N/A
See also
solidDB® supported ODBC functions