what is the syntax code for oldb to connect oracle?
Answer Posted / ranjeet kumar panda
OledbConnection cn=new
OledbConnection
("Provider=msdaora;username=<username>;pwd=<password>;Data
Source=<servername>");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the role of data provider in ado.net?
What are the classes in System.Data.Common Namespace?
Explain the various objects in dataset.
What is different between sqlcommand object and command behavior object?
Define Execute Reader?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Is it possible to load multiple tables in a Dataset?
What are the core objects of ADO.NET?
Which is faster ado.net or linq?
What are all the commands used with Data Adapter?
What is difference between datagridview and datagrid control in winforms?
Explain the overview of ado.net architecture?
How to check if the Dataset has records ?
What is sqldatareader in ado.net?