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 are the steps you will take to improve performance? Will you use dataset or datareader?
How would you connect to a database by using .NET?
Explain why edit is not possible in repeater?
How do you find the count of records in a dataset?
Is it possible to edit data in Repeater control?
What is a datagridview?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the difference between the clone() and copy() methods of the dataset class?
What is difference between sqldatareader and sqldataadapter?
What is the role of the dataset object in ado.net?
Define data adapter?
What are the Features and disadvantages of dataset
Where is adodb dll located?
What is the meaning of object pooling?