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 is the difference between finalize() and dispose() methods?

0 Answers  


What do you mean by object pooling?

0 Answers  


What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?

0 Answers  


To allow an element to be accessed using a unique key which .NET collection class is used ?

0 Answers   Siebel,


What is sorted list in c#?

0 Answers  






what is namespace?

6 Answers  


What is Implementation inheritance

0 Answers  


What are desktop applications examples?

0 Answers  


What is iqueryable?

0 Answers  


Which is faster dictionary or list?

0 Answers  


What is dbml file in c#?

0 Answers  


What namespaces are necessary to create a localized application?

2 Answers  


Categories