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
Are arraylist faster or arrays?
What is a custom attribute?
How to properly clean up excel interop objects?
Define c# and list the features.
What is signature c#?
Is dictionary a collection?
What is the difference between gettype and typeof in c#?
Is array a list?
Define c# i/o classes?
Can we create instance of private class in c#?
What is difference between assembly and dll?
How is a loop recorder monitored?
How many dimensions can an array have?
What is difference between int and int in c#?
What is a streamwriter in c#?