what is the syntax code to oledb to connect oracle
Answer Posted / govind.konduri
using system.data.oledb;
oledbconnection oracon=new oledbconnection
( " provider=msdaora;
User Id=scott;
Password=Tiger");
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the differences between oledb sql server, oledbdotnet provider?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Which object needs to be closed?
What is disconnected data?
Which is faster datareader or dataadapter?
How will you fill the gridview by using datatable object at runtime?
What is sql connection in ado.net?
What do you know about ado.net's methods?
What does ado stand for?
What are the different layers of ado.net?
What is the use of SqlCommandBuilder?
What is row state?
How to enable and disable connection pooling?
What is the use of connection object in ado.net?
How does entity framework work?