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 data providers in ADO.NET framework?
How to generate a single aggregate?
Where is adodb dll located?
Describe connection object in ado.net
How can we save all data from dataset?
What is a data control clerk?
How to add a check box or a dropdown list to a column in a datagrid?
What are the rules to implement connection pooling?
What are the ado.net components?
What is ado.net components?
What is data reader in ado.net?
What are the Features and disadvantages of dataset
Do you use stored procedure in ado.net?
Why edit is not possible in repeater?
What are two types of transaction supported by ado.net?