What is the use of SqlCommand object?
What is difference between executequery and executeupdate?
What is the key feature of ADO.NET compared to ADO ?
What are the key events of sqlconnection class?
what is the syntax code for oldb to connect oracle?
What is the use of ADO.NET and XML web services?
What is ado asp?
What is the usage of the dataset object in ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is the difference between Command and CommandBuilder object?
how to keep track of index in listbox items.
What are the steps you will take to improve performance?
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?