Explain character set in MySQL

This article explains the connection string used to create character set in MySQL.
  • 2023

Introduction

Character set is the repertoire of characters. A character repertoire is a full set of abstract characters that system supports. The character set is to be used to convert the data sent over the network in such a format so that data the reached in intact manner. The connection string by which user can specify character set is given below

Server=specifiedServerAddress;Database=specifiedDataBase;Uid=specifiedUsername;Pwd=specifiedPassword; CharSet=UTF8;

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.