MySQL Forums
Forum List  »  Connector/ODBC

Re: Upgrade 3.51 odbc connector - Unicode or Ansi?
Posted by: Bogdan Degtyariov
Date: July 27, 2018 03:52AM

Richaárd,

The choice depends on the character set you intend to use.
If it is a single byte character set such as Latin1 or a character set which uses \0 byte as string termination (such as UTF8) you can use the ANSI version.
For character sets such as UTF16/UTF32/UCS2 etc it is essential to use UNICODE version, which knows how to handle and convert characters containing \0 byte.

Options: ReplyQuote


Subject
Written By
Posted
Re: Upgrade 3.51 odbc connector - Unicode or Ansi?
July 27, 2018 03:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.