|
-
Apr 27th, 2005, 11:00 PM
#1
Thread Starter
Lively Member
connection with oracle
what is the connection string that is used to connect C# and oracle ?
can anyone help me ?
---Rajib
-
Apr 27th, 2005, 11:23 PM
#2
Fanatic Member
Re: connection with oracle
Better check the ConnectionStrings.
-
Apr 28th, 2005, 01:12 AM
#3
Member
Re: connection with oracle
 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 + ";";
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|