mudar dastam

mudar dastam

  • 1.7k
  • 40
  • 2.5k

Oracle Connection String in asp.net c#

Sep 6 2015 3:49 AM
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. 
 

Answers (4)