MySQL Forums
Forum List  »  Newbie

Re: How do i know if an ODBC connector uses ANSI or Unicode?
Posted by: Danny Dahl
Date: September 09, 2024 10:55AM

Review the Connection String:

If you have access to the connection string, it will often specify whether the connection uses ANSI or Unicode. For example:
DRIVER={MySQL ODBC 5.1 Unicode Driver}; indicates Unicode.
DRIVER={MySQL ODBC 5.1 ANSI Driver}; indicates ANSI.

Options: ReplyQuote


Subject
Written By
Posted
Re: How do i know if an ODBC connector uses ANSI or Unicode?
September 09, 2024 10:55AM


Sorry, only registered users may post in this forum.

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.