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
Define table relations?
What is difference between ado.net and asp net?
Which is faster ado.net or linq?
What is ambient transaction?
What does executequery return?
How to retrieve the user id which is provided while windows authentication?
Explain why edit is not possible in repeater?
What is ado object model?
Explain the various objects in dataset.
What are the namespaces used in ADO.Net to connect to a database?
What is ado full form?
What are the major difference between classic ADO and ADO.NET?
How to create data relations?
What is ole data type?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?