How do I access Oracle Data adapter?

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
 

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

Top