Unicode ODBC Driver development



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
.



Relevant Pages

  • RE: Unicode ODBC Driver development
    ... please note that DM's SQLDriverConnectW will call a few drivers' ... please tell us which driver function is the last function that DM ... I am trying to convert our own ODBC driver to an unicode ODBC ... Therefore as a first step I changed SQDriverConnect to ...
    (microsoft.public.data.odbc)
  • RE: Unicode ODBC Driver development
    ... please make sure you have exported all UNICODE function entry points. ... DM may think that it is an ANSI driver. ... please note that DM's SQLDriverConnectW will call a few drivers' ...
    (microsoft.public.data.odbc)
  • Re: Unable to load JdbcOdbc library
    ... > expose a JDBC interface, ... > Using ODBCTEST program that comes with the Solaris ODBC driver, ... network protocol accessible. ...
    (comp.lang.java.databases)
  • Re: ADO .NET and Informix
    ... I will also try the generic ODBC driver. ... Informix CSDK. ... problems with the informix ado drivers in the past, ...
    (comp.databases.informix)
  • Re: Connecting to Oracle via MS ODBC driver error
    ... from windows 2003 server using microsoft odbc for oracle drivers.... ... I had problems with the Microsoft ODBC driver when we switched from ... ODBC or OLEDB driver instead (might need to perform a custom install ... How To Acquire and Install the Microsoft Oracle ODBC Driver ...
    (comp.databases.oracle.misc)

Loading