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...
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are the 3 elements of delegation?
Is it possible to have different access modifiers on the get/set methods of a property?
What are the collection types can be used in c#?
What are collection classes?
What is a hash table c#?
What is interpolation in programming?
What is the default value of decimal in c#?
What is definition in c#?
How to Show Message box in Metro Style App?
What is serialization of data?
what are pointer types in c#
Can a method return multiple values in c#?