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

Tell us what is json data, and what is one way that .net developers can work with json?

559


Do you know what is .net standard?

569


How many types of transactions are there in com + .net ?

565


What's the use of system.diagnostics.process class in .net?

573


Using com component in .net?

588






What is Full trust permission set in .Net

1901


What are the new features in .net core?

537


How is .net able to support a lot of languages?

529


What data providers available in .net to connect to database?

514


Explain the difference between vb and vb.net?

574


Is .net a programming language?

520


What does jit do?

563


Explain the process of compilation in .NET?

622


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

584


What is Ajax? How it is related to your project?

612