Cache mechanism for Oracle Provider for OLE DB

This article deals with basics of Connection String for Cache mechanism for Oracle Provider for OLE DB.
  • 1629

Cache mechanism for rowset

File and memory are two caching mechanisms provided by the OLEDB where memory is the default value. The command given below is used describes the type of caching to be used to store rowset data.

Provider=OraOLEDB.Oracle;Data Source=MyOracleDB;User Id=myUsername;Password=myPassword;CacheType=File;
 
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.