Mapping di funzioni deprecate
In questa sezione viene descritto il mapping delle funzioni deprecate da GESTIONE driver ODBC 3.x per garantire la compatibilità con le versioni precedenti dei driver ODBC 3.x usati con applicazioni ODBC 2.x . Gestione driver esegue questo mapping indipendentemente dalla versione dell'applicazione. Poiché ogni funzione ODBC 2.x nell'elenco seguente viene mappata alla funzione ODBC 3.x corrispondente quando viene chiamata in un driver ODBC 3.x , il driver ODBC 3.x non deve implementare le funzioni ODBC 2.x .
Il mapping nell'elenco viene attivato quando il driver è un driver ODBC 3.x e il driver non supporta la funzione mappata.
Nella tabella seguente sono elencate tutte le funzionalità duplicate introdotte in ODBC 3.x.
Funzione ODBC 2.x | Funzione ODBC 3.x |
---|---|
SQLAllocConnect | SQLAllocHandle |
SQLAllocEnv | SQLAllocHandle |
SQLAllocStmt | SQLAllocHandle |
SQLBindParam[1] | SQLBindParameter |
SQLColAttributes | SQLColAttribute |
Sqlerror | Sqlgetdiagrec |
SQLFreeConnect | SQLFreeHandle |
SQLFreeEnv | SQLFreeHandle |
SQLFreeStmt con un'opzione di SQL_DROP | SQLFreeHandle |
SQLGetConnectOption | SQLGetConnectAttr |
SQLGetStmtOption | SQLGetStmtAttr |
SQLParamOptions | SQLSetStmtAttr |
Sqlsetconnectoption | SQLSetConnectAttr |
SQLSetParam[2] | SQLBindParameter |
SQLSetScrollOption | SQLSetStmtAttr |
SQLSetStmtOption | SQLSetStmtAttr |
SQLTransact | SQLEndTran |
[1] Anche se questa funzione non esisteva in ODBC 2.x, si trova negli standard Open Group e ISO.
[2] Questa è una funzione ODBC 1.0.
Questa sezione descrive gli argomenti seguenti: