Overview of the functions that are defined in the SAP DB ODBC driver for the Level 1 API
Function |
Remark |
SQLBindParameter |
If you want to process more than one LONG column with an INSERT, UPDATE, or DELETE statement, and bind the parameters with the attribute SQL_DATA_AT_EXECUTE, note that, for the SQLPutData function, it is only possible to assign the NULL value to one LONG column, at most. szSqlState = S1000 SQLCODE =-22002. |
SQLColumns |
- |
SQLDriverConnect |
Keyword for the name of the database server: SERVERNODE |
SQLGetConnectAttr |
Remark |
SQLGetData |
- |
SQLGetFunctions |
Remark |
SQLGetInfo |
Remark |
SQLGetStmtAttr |
- |
SQLGetTypeInfo |
You can determine the data types supported by the SAP DB database system using the function SQLGetTypeInfo. The following data types are supported: If the database is configured so that Unicode characters can be processed, SAP DB also supports the following data types: |
SQLParamData |
For LONG columns that contain NULL values, see remark for SQLBindParameter |
SQLPutData |
For LONG columns that contain NULL values, see remark for SQLBindParameter |
SQLSetConnectAttr |
See SQLGetConnectAttr |
SQLSetParam |
- |
SQLSetStmtAttr |
- |
SQLSpecialColumns |
- |
SQLStatistics |
- |
SQLTables |
The SAP DB ODBC driver supports the following table types ( szTableType):ALIAS, RESULT, SNAPSHOT, SYSTEM, SYSTEM TABLE, TABLE, UNLOADED, VIEW |