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 are the features of c#?
Can you have an array of arrays?
What is a private method in c#?
Is post back c#?
Structs are not reference types. Can structs have constructors?
What is generic types in c#?
What’s thread.sleep() in threading ?
What is callback in c#?
Tell us something about static linking and dynamic linking?
What are strong name assemblies?
What is data dictionary in c#?
what is boxing and unboxing?can we initialize unboxing directly?
Which framework is best for desktop application?
What is the difference between dll and lib?
How to sign an assembly with strong name?