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
 
Back
Top