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
Define ado.net?
What is data adapter in ado.net with example?
What is ado.net object model?
What is a datareader object?
Which namespaces are used for data access?
Which provider is used to connect ms access, oracle, etc…?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Define Execute Reader?
What is the difference between oledb sql server and oledbdotnet provider?
Is it possible to load multiple tables in a Dataset?
What is the difference between ado.net and oledb?
Which object of ado contains datarow datacolumn collection?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What are dataproviders?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?