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
list the steps in code compilation in c#?
What is the difference between as and is operators in c#?
Does main have to be static c#?
What is a partial class in c#?
In which format you can pass the value in the sleep function?
What is the use of console readline () in c#?
List down the commonly used types of exceptions in .net
What is lazy t?
What is difference between interface and abstraction?
What is the use of protected in c#?
What is the difference between string and stringbuilder in c#?
What are the different states of a thread?
What is decimal in c#?
What is dataset and dataadapter in c#?
What is executescalar in c#?