Re: ansi.c unicode.c ?
Jess Balint <[email protected]> Tue, 03 Mar 2009 23:47:06 -0500
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 04, 2009 at 11:52:04AM +0800, yijun li wrote: > hi,everyone, > I'm reading and testing the sourcecode of mysql_connector_odbc_5.1.5. > i found ansi.c include function can not be called. > > when i use the client code call *SQLConnect*, from the log file,the result > is "i called the *SQLConnectW*"? > > why? > > ** This is due to the driver manager. It uses the unicode functions if they are available. Also, the ODBC headers will replace calls to SQLConnect() with SQLConnectW() if you have the UNICODE cpp macro defined. Jess -- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/[email protected]