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 are the steps to make an assembly to public?
How do I declare inout arguments in c#?
What is difference between private and protected?
Define Final Class in C#
What does clr stand for?
Why would you use a class property in c#?
What is jagged array in c#?
What is difference between ienumerable and list in c#?
Is it possible to have a static indexer in c#?
What are the differences between static, public and void in c#?
What is the base class from which all value types are derived?
What is a decimal c#?
Can destructors have access modifiers?
Are classes passed by reference in c#?
What does question mark mean in c#?