Introduction to Remote Database In ODBC

This article deals with basic commands related to Remote Database In ODBC.
  • 1366

Remote Database

Remote database refers to the database on the server. To access the remote database user can use the following connection string. 

Driver={MySQL ODBC 5.1.17 Driver};Server=SpecifiedServerAddress;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.