Search code examples
c#.netoledb

Is .Net framework enough to run OLEDB based applications?


Does OLEDB need any installation other than .NET framework? Do i need to install anything on the target machine (except .NET framework)?


Solution

  • .NET has supported OLEDB through ADO.NET since day one.