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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top