On ODP.net ?
Answer / raj
oracaledataprovider for .net.it's used for when we access
the data from oracale 8i/9i.
Is This Answer Correct ? | 1 Yes | 0 No |
What are the two fundamental objects in ADO.NET?
What is the role of the dataset object in ado.net?
How to load multiple tables into a dataset?
How to add a check box or a dropdown list to a column in a datagrid?
differences between ADO and ADO.NET
Is entity framework better than ado.net?
Can a DataReader be used as a DataSource for a GridView. If it is so how will you handle paging.
once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?
What is the usage of the dataset object in ado.net?
What is datatable?
Define partial class?
Can you edit data in the Repeater control?