I have some code that is responsible for converting data from an IDataReader into an IronPython.Runtime.List of PythonTuples.This same code is employed for several different kinds of database connecti
I\'m using a function : fu_has_permissions(udt_person(\'johny\',\'superman\'),\'fly_away\') udt_person is a user defined type :
Can you explain for me 1)what are Ado.ne开发者_运维知识库t and Odp.net 2)what is diffrent between Adp.net and Odp.net
I am trying to execute a user-defined Oracle function that returns a RefCursor using ODP.NET. Here is the function:
After updating from the native .NET oracle data provider to Oracles ODP.NET, I\'ve run into the following issue.
I\'m currently trying to connect to an Oracle database. I can connect fine on my development machine, but when I deploy to my Win2k3 sp2 server I get the following error.
I have developed a C# 3.5 Mvc 1.0 application using oracle 11gR2 client which uses odp .net 2.112.1.0. I want to deploy it in my IIS7 server which has oracle client 10g which uses odp.net 2.102.2.20 .
I am trying to invoke ExecuteNonQuery() method of two different objects of OracleCommand class. Both the objects use same connection object but have different commandText and parameters. I am using OD
Environment Oracle 10g Windows 2003 server IIS 6 .NET 3.5 Oracle client 10.2.0.1.0 ODAC 10.2.0.2.21 odp.net 2.102.2.20
I have two small VB.NET applications that connect to the same Oracle database.One uses the OLEDB provider, and the other uses Oracle\'s ODP.NET.Should I expect to see problems with the OLEDB provider,