Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Local Intsall of Oracle for ADO

Status
Not open for further replies.

TheMillionDollarMan

Programmer
Jun 10, 2002
132
0
0
US

DO I need a local install of oracle for ADO to work on my wrokstation?

At the moment we have all of Oracle siting on the network and simply point the registry and path variables to the network drive no problem.

Now when I try to connect using ado to an oracle database it says "Provider not installed properly" when trying to open an ADO connection.

I don't want to install all of the oracle fileson my workstation.

Thanks
Dave
 
Or:


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Yes I did, forgot the last 's', thanks Swi.

zemp
 
You'll need the Oracle client installed on your PC to talk to your Oracle server. Check with your DBA to see if you're licensed to install the client -- I don't remember how Oracle does their license counts, whether it's active connections, or number of client installs.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
If you follow the link I gave and scroll down to OLE DB Provider for Oracle you will find the connection string required along with further references on how to access you data

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top