Introduction to Local Database In ODBC

This article deals with basic commands related to Local Database In ODBC.
  • 2231

Local Database

Local database is mainly the administrator database. To access the local database use the following connection string.

Driver={MySQL ODBC 5.1.17 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.