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
How to Read, Add, Update and Delete record in Entity Framework ?
What are the ado.net components?
What are the advantages using ado.net?
What we do with the object of ado.net dataset after using it?
Define ado.net?
What is ado control?
What is sqldatareader in ado.net?
What does executequery return?
What you mean by filtering of data?
What is a dynaset in access?
What is the difference between DataReader and DataSet in ADO.NET?
How to perform sorting on a table in ADO.NET?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the key features of ado.net?
How would you connect to database using .NET?