Quote Originally Posted by phrajib
what is the connection string that is used to connect C# and oracle ?

can anyone help me ?

---Rajib

myConnection.ConnectionString = "Data Source=" + Ds + ";User Id=" + Uid + "; Password=" + Pass + ";";