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
What is difference between Trace and Debug
Are classes passed by reference in c#?
Tell me the difference between value passing and address passing?
What is single dimensional array in c#?
What is asp net c#?
What is satellite assembly? And steps to create satellite assembly?
What are the 3 different types of arrays?
What are the examples of data types?
What is anonymous method in c#?
how encapsulation is implemented in c#
Is for loop faster than foreach?
Why we use anonymous methods in c#?
What is the advantage of generics in c#?
What is an int c#?
Is concurrent queue thread safe?