How to work with ODBC Driver

This article deals with connection string related to ODBC Driver.
  • 1540
Introduction

Old version of ODBC Driver

The command given below is a connection string for connecting the program to the older versions of the ODBC driver.

Driver={Microsoft ODBC Driver for Oracle};ConnectString=OracleServer.world;Uid=Username;Pwd=user_Password;

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.