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

Please explain what is the difference between odbc and ado?

753


What is implement a generic action in webapi?

977


What is STA in .NET?

867


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

789


What is namespaces in .net?

871


Explain what is an application domain?

741


What should you do to store an object in a viewstate?

803


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

1706


How viewstate is being formed and how it is stored on client in .net?

768


Is there any thread in our .net programs?

857


What is DTS and explain the purpose of it?

826


Can a dll be changed to an exe?

841


Why inheritance is important?

793


Please explain what are an inheritance, polymorphism, and encapsulation?

846


What makes .net core cross platform?

742