What is the provider and namespaces being used to access
oracle database?
Answer Posted / saravanan
System.Data.OracleClient Namespace
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is aggregate root?
Difference between sqlcommand and sqlcommandbuilder?
Some important instruction regarding ADO.NET connection string ?
How is entity framework different from ado.net?
Describe ado.net object model in detail.
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What do you know about ado.net's methods?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is connection in ado.net?
What is the difference in an abstract class and an interface?
What is the difference between ado.net and oledb?
Which is better entity framework or ado.net?
What is linq and entity framework?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is method to get XML and schema from Dataset? getXML() and get Schema ()