Oracle Express with C++ ADO

This article deals with connection string related to Oracle Express with C++ ADO.
  • 2228

Oracle Express with C++ ADO

Oracle Express edition is an entry-level database based on the Oracle Database 11g Release 2 code base. It is free and fast to download, develop, deploy and distribute this database. It is even simple to administer this database. It when used with C++ adds a lot of functionality to the program. The Connection string used for oracle with C++ ADO is given below.

Provider=OraOLEDB.Oracle;Data Source=localhost:1521/XE;Initial Catalog=yourDataBase;User Id=Username;Password=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.