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

What are the 3 elements of delegation?

0 Answers  


Is it possible to have different access modifiers on the get/set methods of a property?

0 Answers  


What are the collection types can be used in c#?

0 Answers  


What are collection classes?

0 Answers  


What is a hash table c#?

0 Answers  






What is interpolation in programming?

0 Answers  


What is the default value of decimal in c#?

0 Answers  


What is definition in c#?

0 Answers  


How to Show Message box in Metro Style App?

0 Answers   PUCIT,


What is serialization of data?

0 Answers  


what are pointer types in c#

0 Answers   Cognizant,


Can a method return multiple values in c#?

0 Answers  


Categories