.NET Framework Data Provider for OLE DB

This article deals with basic concepts of connection strings related to How to use .NET Framework Data Provider for OLE DB.
  • 2351
Standard for Oracle Provider for OLE DB

The string given below is used for encapsulation of  OleDbConnection class so as to call the specified OLEDB provider. It needs to be taken care of that OLEDB.NET must be set to true so that .NET Framework Data Provider for OLE DB can work properly. To implement it use the following command.

Provider=OraOLEDB.Oracle;Data Source=MyOracleDB;User Id=myUsername;Password=myPassword;OLEDB.NET=True;

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.