Allow two connections by not releasing the wrapped library too early.
Also heavily protected and added additional trace information. Make the Load functions static to reduce visiblity (enhance simplicity).
This commit is contained in:
parent
a21672ebbc
commit
5a9ba2826e
File diff suppressed because it is too large
Load Diff
|
@ -31,9 +31,6 @@ typedef struct proxyhandle
|
|||
char UserName[50]; /* keep username */
|
||||
} PROXYHANDLE;
|
||||
|
||||
BOOL ODBC_LoadDriverManager();
|
||||
BOOL ODBC_LoadDMFunctions();
|
||||
|
||||
#define /* 00 */ SQLAPI_INDEX_SQLALLOCCONNECT 0
|
||||
#define /* 01 */ SQLAPI_INDEX_SQLALLOCENV 1
|
||||
#define /* 02 */ SQLAPI_INDEX_SQLALLOCHANDLE 2
|
||||
|
|
Loading…
Reference in New Issue