Unicode ODBC Driver development
- From: lapsie@xxxxxxx
- Date: Fri, 8 Aug 2008 00:21:05 -0700 (PDT)
Hi All,
I am trying to convert our own (ANSI) ODBC driver to an unicode ODBC
client. Therefore as a first step I changed SQDriverConnect to
SQLDriverConnectW and I also exported the SQLDriverConnectW instead of
SQLDriverConnect.
The resutls is the applciation which uses the driver crashes now, when
I enable tracing it log the following as last call:
odbct32w 884-d74 ENTER SQLDriverConnectW
HDBC 00881968
HWND 000B0912
WCHAR * 0x745D9A38 [ -3] "******\ 0"
SWORD -3
WCHAR * 0x745D9A38
SWORD 2
SWORD * 0x00000000
UWORD 1 <SQL_DRIVER_COMPLETE>
but no exit is logged and when debugging it doesn't stop in the
SQLDriverConnectW of my driver.
Can any give me an clue where to start searching ?
Kind Regards,
Marco
.
- Follow-Ups:
- RE: Unicode ODBC Driver development
- From: Pak-Ming Cheung [MSFT]
- RE: Unicode ODBC Driver development
- Prev by Date: Re: odbc
- Next by Date: ODBC fails from Windows Service in VS.Net 2008
- Previous by thread: odbc
- Next by thread: RE: Unicode ODBC Driver development
- Index(es):
Relevant Pages
|
Loading