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 entity framework in c#?
What is a property c#?
What is exe file in c#?
How much time will it take to learn unity?
What is a protected class c#?
What are data types examples?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
What is a strong name in c#?
How do you pronounce c#?
What is sorted list in c#?
What is int tryparse in c#?
What is dapper in c#?
Explain what are the steps for creating clr trigger?
Is it not possible to store a boolean value as a variable?
Can a dictionary have duplicate keys c#?