Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?

Answer Posted / monika

insert a new column "Rowid int identity" and then you can
access the data with the query like

select * from tablename where rowid >=15 and rowid<=25

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

584


How server form post-back works?

582


Will it go to finally block if there is no exception happened?

523


How is a managed code executed?

706


What does .net stand for?

577






What is "microsoft intermediate language" (msil)?

522


Explain how to spawn a thread?

541


What is the difference between asp.net & vb.net and explain architecture?

538


Do you know what is garbage collector?

576


Is it true that objects don't always get destroyed immediately when the last reference goes away?

561


What is jit compilers?

576


What is meant by managed and unmanaged code?

602


What are code contracts?

596


What is the advantage of packaging over xcopy in .net?

589


What is singlecall activation mode used for in .net?

572