Introduction to Local database in MySQL Connector

This article deals with basic commands related to Local database in MySQL Connector.
  • 2080

Introduction

Local database is mainly the administrator database which is being used by the user very often as the data will not be lost as soon as the connection is lost. The connection string used to connect with local database is given below

Driver={MySQL ODBC 4.3 Driver};Server=localhost;Database=myDataBase; 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.