#include <cpl_odbc.h>
Public Member Functions | |
| int | InstallDriver (const char *pszDriver, const char *pszPathIn, WORD fRequest=ODBC_INSTALL_COMPLETE) |
| int | RemoveDriver (const char *pszDriverName, int fRemoveDSN=FALSE) |
| int | GetUsageCount () const |
| const char * | GetPathOut () const |
| const char * | GetLastError () const |
| DWORD | GetLastErrorCode () const |
|
||||||||||||||||
|
Installs ODBC driver or updates definition of already installed driver. Interanally, it calls ODBC's SQLInstallDriverEx function.
|
|
||||||||||||
|
Removes or changes information about the driver from the Odbcinst.ini entry in the system information.
|
1.4.4.