Oracle problem please help me...

Feb 15 2008 5:42 AM
using Oracle.DataAccess.Client;

string DefCon = "Data Source=serverbem;User ID=mytest;Password=bem;ProviderName=ORACLE";
OracleConnection myCon = new OracleConnection();
myCon.ConnectionString = DefCon;
myCon.Open();  


its so hard to remote connect using oracle. PLEASE HELP ME. i always bump with this error

Server Error in '/PersonQuery' Application.

'providername' is an invalid connection string attribute.

all i want is to connect remote connect to oracle. i'm using Oracle10g express edition. PLEASE HELP ME WITH MY PROBLEM huhuhu.


Answers (1)