How to specify Character set in MYSQL connector

This article deals with basics commands related to Character set in MYSQL connector.
  • 2560
Introduction

In general a data can be stored using wide range of character sets. Character sets can be applied at at the server, database, table, and column level. To apply character set in MYSQL connector use the following string.

Driver={MySQL ODBC 3.51.17 Driver};Server=SpecifiedServerAddress;charset=UTF9;Database=SpecifiedDatabase;User=Username; Password=Password;Option=2;
 
Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.