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
How is a loop recorder monitored?
What is orm in c#?
What can you do as a .net developer?
How can you achieve run time polymorphism in C#?
What is the difference between list and arraylist in c#?
Can we inherit partial class in c#?
Can we inherit private class in c#?
What is lazy loading and eager loading in c#?
What is difference between new and override in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
Explain the features of an abstract class in net.
Can you create sealed abstract class in c#?
What is the default value of boolean variable?
What is literal in c#?
What is public or shared assemblies ?