How C#.Net query Oracle database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I read that C#.Net can query an Oracle database. How can I setup C#.Net to
query an Oracle database?
 
winlin said:
I read that C#.Net can query an Oracle database. How can I setup
C#.Net to query an Oracle database?

Look up the System.Data.OracleClient namespace in the .NET documentation.

-cd
 
winlin said:
I read that C#.Net can query an Oracle database. How can I setup C#.Net to
query an Oracle database?

There comes an ASO.NET provider for Oracle with .NET.

You can also download another one from Oracle.

Both requires Oracle client to be installed.

But both are standard ADO.NET providers and not significantly
different from other such.

Arne
 

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