what is the syntax code for oldb to connect oracle
Answer Posted / srinivas.kinthada
i think oldb is not correct it's may b.
it is oledb
using system.data.oledb;
oledbconnection cn=new
oledbconnection("uid=<username>;pwd=<password>;server=<servername>");
cn.open();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Command objects uses, purposes and their methods.
What is data adapter in ado.net with example?
How to add a check box or a dropdown list to a column in a datagrid?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Compare Data Reader & Dataset in ado.net?
What is ado.net components?
What is fill method in ado.net?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Explian About DataAdapters
What is shadow copy?
What is the difference between executequery and executenonquery?
What are the objects of ado.net?
What is the difference between ado.net and entity framework?
What do you mean by performing asynchronous operation using command object?
What is connection pooling and what is the maximum pool size in ado.net connection string?