Define Execute Reader?
No Answer is Posted For this Question
Be the First to Post Answer
If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()
Why is it important to close an ado.net application?
How do you implement locking concept for dataset?
What are the pre-requisites for connection pooling?
what are types of Dataset ?
how to add a selected row of a gridview to another gridview without reloading the page??
Which method in OLEDBAdapter is used to populate dataset with records?
How is it possible to get 2 tables of data at a time by using data reader?
What does connection string consists of ?
How to work with disconnected data - the dataset and sqldataadapter?
Explain the difference between an ado.net dataset and an ado recordset?
Can a DataReader be used as a DataSource for a GridView. If it is so how will you handle paging.