Please help.....
I'm using c# asp.net and oracle database, And here is my connection string
static string strConnection = "Data Source=test;User ID=testing;Password=test123";
public OracleConnection DbConn = new OracleConnection(strConnection);
DbConn.Open();
i did anything from own idea but it doesn't work.
thank you.