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 / dhaval
If we show 10 data in frontend then it can be residing in the ArrayList or any kind of collections. On demand, we can get other 10 likewise. if data is lost then there is no way to get it we will find the data in Database only
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between wrapper class and primitive?
Can abstract class have parameterized constructor?
What is code verification?
What is difference between an Structure and Class?
Explain how to use an extender provider in the project.
Is and as keyword in c# net?
How do I simulate optional parameters to com calls?
Can we override static class in c#?
Are enums static c#?
Why do we still see so much non-oo code written in c# today?
What is a Assembly?
if a method is marked as protected internal who can access it?
What is a static class in c#?
Is datetime a value type in c#?
How do you clear a list in c#?