Hello,
How to create a connection string dynamically for my web application using Oledb provider to connect with oracle database?
Thank you in advance,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Aug 31, 2012, 11:58 AM
http://www.c-sharpcorner.com/uploadfile/nipuntomar/connection-strings-for-oracle/
What do you mean by dynamically? Are you reading database and other details from somewhere else? All you need to do is, build the connection string.
Satyapriya NayakPosted Aug 31, 2012, 11:54 AM
Please refer the below link
http://www.connectionstrings.com/oracle
Thanks