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 difference between a datareader and a dataset?
What is ole2 format?
Explain advantages of ado.net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What are the advantages and drawbacks of using ado.net?
Why do we serialize data?
Which object is used to add relationship between two Datatables?
How to creating a SqlCommand Object?
What is different between sqlcommand object and command behavior object?
What are the steps to connect to a database?
What is the return type of executescalar?
How do you find the count of records in a dataset?
What is the difference between statement and preparedstatement interface?
What are the classes in System.Data.Common Namespace?
What are the core objects of ADO.NET?