Hi Ralf > -----Original Message----- > From: Ralf Schneider [mailto:[EMAIL PROTECTED] > Sent: Freitag, 7. M�rz 2003 17:58 > To: Schroeder, Alexander; sapdb-general > Subject: Re: ODBC under Windows 2000 > > > Am Freitag, 7. M�rz 2003 16:36 schrieb Schroeder, Alexander: > > Both the reference to SQLDriverConnectW and the error > message show, that > > the preprocessor define UNICODE is defined at the time > > When I remove the UNICODE define I get an access violation in > sqlod32.dll :-(
This actually does not mean, that the error is in the ODBC driver. Since the ODBC API transfers lengths of buffers, pointers to memory etc. it can be that the driver crashes because of not valid information. Please verify that the provided parameters of your application are accurate. Maybe a driver and driver manager trace will help you in analyzing what happens. If you can reproduce the error and you are sure that your application works correctly please send me a small example how to reproduce the problem. Greetings Thomas ---------------------------------------------- Dr. Thomas K�tter SAP DB, SAP Labs Berlin SAP DB is open source. Get it! www.sapdb.org _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
