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 DataReader class do in ADO.NET ?
What is connection string?
Does entity framework use ado.net?
Explain executenonquery?
What are all components of ADO.Net data provider?
What is ado data control?
What is the use of data grid?
Explain the basic use of "dataview" and explain its methods.
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the advantages of oledb compared with other classes?
What are the Features of a dataset
What are the namespaces used in ado.net for data access?
What is a control toolbox?
Which method is used to sort the data in ADO.Net?