G Guest Jun 8, 2007 #1 I read that C#.Net can query an Oracle database. How can I setup C#.Net to query an Oracle database?
C Carl Daniel [VC++ MVP] Jun 8, 2007 #2 winlin said: I read that C#.Net can query an Oracle database. How can I setup C#.Net to query an Oracle database? Click to expand... 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? Click to expand... Look up the System.Data.OracleClient namespace in the .NET documentation. -cd
G Guest Jun 9, 2007 #3 winlin said: I read that C#.Net can query an Oracle database. How can I setup C#.Net to query an Oracle database? Click to expand... 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
winlin said: I read that C#.Net can query an Oracle database. How can I setup C#.Net to query an Oracle database? Click to expand... 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