How to connect to TCP/IP Port in ODBC

This article deals with the basics of TCP/IP Port in ODBC.
  • 3240

Introduction

TCP/IP port enables a system for communication. In order to implement it use the following connection string.

Driver={MySQL ODBC 5.1.17 Driver};Server=SpecifiedServerAddress;Port=3306;Database=SpecifiedDatabase;User=Username; Password=Password;Option=3;
 
NOTE
: 3306 is the default port.
 
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.