if i used stored procedure for retrieving the data from sql
server.in front end i had used data reader.when 100 records are
there in table.when it has displayed ten records in frontend
database has been collapsed.then where should our data available...

Answer Posted / santosh rudra

Since you have used data reader, the data will be in the
database. Data reader is connection oriented, if connection
is lost data is lost

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between Trace and Debug

793


Are classes passed by reference in c#?

685


Tell me the difference between value passing and address passing?

874


What is single dimensional array in c#?

730


What is asp net c#?

699


What is satellite assembly? And steps to create satellite assembly?

703


What are the 3 different types of arrays?

816


What are the examples of data types?

741


What is anonymous method in c#?

669


how encapsulation is implemented in c#

866


Is for loop faster than foreach?

762


Why we use anonymous methods in c#?

724


What is the advantage of generics in c#?

706


What is an int c#?

651


Is concurrent queue thread safe?

699