Trouble connecting to oracle!

  • Thread starter Thread starter jens Jensen
  • Start date Start date
J

jens Jensen

exception:

"System.Data.OracleClient requires Oracle client software version 8.1.7 or
greater."


fails at
connection.Open();



(connection is System.Data.OracleClient.OracleConnection)





What i'm i missing?





many thanks in advance

JJ
 
From the error you are receiving, you do not have the Oracle client software
installed on your development computer.
 
What is this oracle client software and where to have it?
Do i need the oracle a software to use ado.net 2.0?
 
Yes, if you want to operate on an oracle database using ado.net 2.0 (or any
other version) you need an oracle database (on a server) and the oracle
client software on your workstation. Good luck
 

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