Oracle Express with VB6 ADO

This article deals with connection string related to Oracle Express with VB6 ADO.
  • 2976

Oracle Express with VB6 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. The connection string used for oracle express with VB6 is given below.

Provider=OraOLEDB.Oracle;dbq=localhost:1521/XE;Database=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.