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
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Name which operations can you not perform on an ado.net dataset?
What is ambient transaction?
Why is it important to close an ado.net application?
What is ado connection?
What are the rules to implement connection pooling?
Explain the architecture of ado.net?
Can we load multiple tables in a dataset?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Do we use stored procedure in ADO.Net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is data view and variable view?
What is the difference between SqlCommand and SqlCommandBuilder?
What is the difference in record set and dataset?
What does ole stand for in excel?