What is the hierarchy of data in databases?
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?
Why do we serialize data?
Which database is the ado.net sql connection object designed for?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is commandbuilder in ado.net?
How to check if the Dataset has records ?
Execute nonquery returns no. of afected rows.So if my stored procedure hav lot of select stmnt, delete stmnt, insert stmnt..then what does execute nonquery returns in this case?
What are the benefits of ADO.NET?
What is the DataTableCollection?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What are advantages of microsoft-provided data provider classes in ado.net?
how to keep track of index in listbox items.