what is the syntax code to oledb to connect oracle
Answer Posted / srinivas
using system.data.oledb;
oledbconnection cn=new
oledbconnection("uid=<user_name>;pwd=<pwd>;server=<servername>");
cn.open();
here u declare <user_name> is u give username
pwd is u give password
<server> or data source is u give
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the usage of the dataset object in ado.net?
What is the difference between dataset and datatable?
What is the role of clr?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Which object needs to be closed?
What is bubbled event can you please explain?
What are the data access namespaces in .NET?
How would you connect to database using .NET?
What is oledb driver?
What is csdl entity framework?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What do you know about ado.net's methods?
What are basic methods of dataadapter?
Explain ado.net features? Benefits? Drawbacks?
How can we check that some changes have been made to dataset since it was loaded?