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 the difference between IEnumerator and IEnumerable?
What is difference between an reference type and value type in C#?
How can I use .NET components from COM programs?
Is c# static or dynamic?
Why is dll used?
How to handle exceptions that are raised in a component?
Is predicate a functional interface?
What is a datacontract?
What are virtual destructors?
What is the advantage of constructor?
Can struct inherit from class c#?
What is the difference between private and protected in c#?
What is the difference between a function and a method?
What are custom exceptions? Why do we need them?
What is the purpose of namespace?