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:
Bill Medland 2001-10-02 20:28:06 +00:00 committed by Alexandre Julliard
parent a21672ebbc
commit 5a9ba2826e
2 changed files with 289 additions and 336 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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