How do I access Oracle Data adapter?

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

Hi,

I need to use ADO.Net data adapter for Oracle but I
couldn't find it.

I saw someone has imports like:

imports System;
imports System.Data;
imports System.Data.SqlClient;
imports System.Data.OracleClient;

I am ok with all the others except the .OracleClient. I
don't seem to have that. I am running .Net framework 1.0.
Do I need 1.1 to use the Oracle thing? Please help and
tell me what I need to do to get the Oracle component!

Thanks
 
Back
Top