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



if i used stored procedure for retrieving the data from sql server.in front end i had used data rea..

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

if i used stored procedure for retrieving the data from sql server.in front end i had used data rea..

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

Post New Answer

More C Sharp Interview Questions

Give an example of a directcast.

0 Answers  


Can you declare a C++ type destructor in C# like ~MyClass() ?

1 Answers  


What?s the implicit name of the parameter that gets passed into the class? set method?

1 Answers  


what is the difference between passing a value object by reference and a reference object by value?

4 Answers   TCS,


How to sign an assembly with strong name?

0 Answers   CitiusTech,


What is an example of delegation?

0 Answers  


What are the drawbacks of extending an interface as opposed to extending a class?

0 Answers  


Why are mutable structs evil?

0 Answers  


What do you understand by the terms datareader object and dataset object?

0 Answers  


How does insertion sort work?

0 Answers  


What does the keyword “virtual” declare for a method or property?

0 Answers   Siebel,


Is c# queue thread safe?

0 Answers  


Categories