How to use Local database in MyODBC

This article deals with basic commands related to establishing Local database, Remote database and TCP/IP port in MyODBC.
  • 2224

Introduction

Local databases have an advantage that the data would not vanish immediately even if we loose a connection. So to implement the use of  it we can use the following command. It sometimes refers to the administrator database especially when authentication is required

Driver={MySQL};Server=localhost;Option=12345;Database=specifiedDataBase;

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.