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
Explain how to find the given query is optimised one or not?
How do you implement locking concept for dataset?
What is ado and rdo?
What is difference between sqldatareader and sqldataadapter?
Define the executescalar method?
What is ado.net in mvc?
What are the parameters that control most of connection pooling behaviours?
What are the parameters that control most of connection pooling behaviors?
How can we check that some changes have been made to dataset since it was loaded?
Explain ODP.net
What is the difference between data grid and data repeater?
What does ado stand for in ado.net?
Explain sqlconnection object?
What is ado or jdbc?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx