IBlog<Johan>

This and that in a developer's life in general

News

Follow johandanforth on Twitter

Random Links

Walkthroughs and Tutorials

October 2004 - Posts

Data Provider for Oracle - Microsoft Provider vs. Oracle Provider
Just the article I needed - Comparing the Microsoft .NET Framework 1.1 Data Provider for Oracle and the Oracle Data Provider for .
Using the OracleHelper class

Last week I moved some Data Access Layer code from MSSQL to Oracle and I started out downloading the Oracle provider for .NET from OTN. I thought that OracleHelper would work well with the provider from Oracle, but it didn't. At least not the provider for Oracle 9.2.

So I went with the System.Data.OracleClient namespace instead and it works like a charm.

The OracleHelper  that looks and works similar to the SqlHelper 2.0 class is available in the Nile 3.0 sample project from Microsoft.

More Posts