what is the syntax code to oledb to connect oracle
Answer Posted / kakani kumar
Using System.Data.Oledb;
OledbConnection cnn = new Oledbconnection("Prvider=MsDaOra,
User ID=scott, Password=Tiger, Datasource=m10 );
Datasource is optinal
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference in record set and dataset?
How to find the given query is optimised one or not?
What is sql command in ado net?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Explain ado.net features?
What is ado.net architecture?
Explain the difference between an ado.net dataset and an ado recordset?
What is the use of SqlCommandBuilder?
Give few examples of datareader that is used in different dataproviders.
Which architecture does Datasets follow?
If we are not returning any records from the database, which method is to be used?
What is the difference in an abstract class and an interface?
What is ado data control?
What is the difference between Command and CommandBuilder object?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?