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

Describe the programming model of a windows service

775


Please explain what do the terms “boxing” and “unboxing” mean?

800


what will do to avoid prior case?

789


Explain is the jit an interpreter?

782


What versions of .net are there?

821


Explain what is the difference between a class and an object?

858


Please explain the difference between constants and read-only variables?

742


Explain what is a delegate?

795


Explain the difference between public and static modifiers?

833


What are .net functions?

725


What is the use of activex control in .net?

793


If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..

1711


Explain the procedure to add assemly to gac to make it shared one?

768


How to convert a .NET object into COM operabililty?

755


What is .net standard?

804