Answer Posted / srinivas shahukaru
ADO.net is a works on Disconnected achiteture .
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What are the uses of Stored Procedure?
Explain how to create dynamic gridview?
What are the usages of the command object in ado.net?
What are the different execute methods of Ado.Net?
What is the difference between SqlCommand and SqlCommandBuilder?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is the provider being used to access oracle database?
What are the key events of sqlconnection class?
What is Serialization in .NET? what are the types of Serialization?
What is difference between executenonquery and executequery?
How do you find the count of records in a dataset?
What is fill method in ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?