What are the three Ado objects?
Answer Posted / sush
1.)Connection object
2.)command object
3.)dataset objet
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What are two important objects of ADO.Net?
Can we load multiple tables in a dataset?
How to work with disconnected data - the dataset and sqldataadapter?
How do you connect to sql server database without using sqlclient?
What is bubbled event?
What is ado.net tutorial?
What is Dataset Object?
How do you find the count of records in a dataset?
how Sequence to connect and retrieve data from database using dataset?
How to check if a datareader is closed or opened? IsClosed()
How to check if the Dataset has records ?
What are two types of transaction supported by ado.net?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Explain the difference in an abstract class and an interface?
What does executequery return?