#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=0) |
|
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.
|