Where's my Oracle namespace?

A

Arnie Mauer

Using VS 2005 Beta1, C#. If I type:

using system.data.

There's no Oracle namespace in the completion list. Does it come with
VS or does it have to be installed with the Oracle client (using 10G)?

Thanks
- Arnie
 
G

Guest

using.System.Data.OracleClient;

Make sure your using version 1.1 of frameworks

If this is a windows app you will need to add a reference to your project.

To see if the OralceClient assembly is installed on your machine you can
looked in C:\WINDOWS\Assembly (Win2K use WINNT instead)

Hope this helps
 

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