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
Distinguish between continue and break statement?
What are the different types of assembly?
Explain about generics in c#.net?
What do u mean by delegation?
Are c# references the same as c++ references?
What is delegate in c#?
What is check/uncheck?
Give 2 scenarios where static constructors can be used?
Explain streamreader/streamwriter class?
what are pointer types in c#
What is local function?
What is the difference between abstract and abstraction?
Why we use dll in c#?
What is difference between code access and role based security?
What do you mean by the delegate in c#?