A
Amit
I am getting the error "Data Provider Internal Error(-3000)" while
trying to open a connection using ODP .NET. Here is the code:
using Oracle.DataAccess.Client;
using Oracle.DataAccess.Types;
OracleConnection con = new OracleConnection();
con.ConnectionString = "User ID=count;Password=count;Data
Source=USprd140;";
con.Open();
What could be the problem. I can connect to the database using these
credentials and also can create a DSN which connects successfully.
trying to open a connection using ODP .NET. Here is the code:
using Oracle.DataAccess.Client;
using Oracle.DataAccess.Types;
OracleConnection con = new OracleConnection();
con.ConnectionString = "User ID=count;Password=count;Data
Source=USprd140;";
con.Open();
What could be the problem. I can connect to the database using these
credentials and also can create a DSN which connects successfully.