what is the connection string that is used to connect C# and oracle ?
can anyone help me ?
---Rajib
Printable View
what is the connection string that is used to connect C# and oracle ?
can anyone help me ?
---Rajib
Better check the ConnectionStrings.
Quote:
Originally Posted by phrajib
myConnection.ConnectionString = "Data Source=" + Ds + ";User Id=" + Uid + "; Password=" + Pass + ";";