Oracle....

  • Thread starter Thread starter Lowry Smith
  • Start date Start date
L

Lowry Smith

Which is the preferred name space to use for interaction with Oracle
database?

..Net Framework 1.1.

Thank you,

Lowry
 
System.Data.OracleClient theone from Microsoft
Oracle.DataAccess the data provider from Oracle a bit faster

Bear in mind that if you want to change them latter the GetInt32 from reader
behaves differently depending on the data provider you could get cast errors.
 
Back
Top