What is ODP.NET ?
Answer / vamshi
oracledataprovider for .net. it is used when we are working
with databases 0racle8i/9i and later versions.
Is This Answer Correct ? | 9 Yes | 0 No |
How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
How can we load multiple tables in a dataset?
What are the uses of Stored Procedure?
Describe the command object and its method.
explain connection less and with connection?diference between data reader,data set,data adapter? can we use data reader,data set in a single application? if yes explain with simple code,if no explain?
Why is it important to close an ado.net application?
How to store data in memory?
What are the different row versions available in table?
Is ado.net an orm?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is difference between executequery and executeupdate?