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

Answer Posted / pradeep kumar mishra

select * from DATABASE_NAME where nos>='" & 15 & "' and
nos<='" & 25 & "'

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differences between namespace, class, assembly?

572


Explain About GDI object ?

590


Is .net 4.8 backwards compatible?

523


What is strong-typing versus weak-typing? Which is preferred?

533


Differences between datagrid, datalist and repeater in .net?

517






What are the differences between an interface and an abstract class in .net?

498


Explain the difference between task and thread in .net?

495


Compare client server application with n-tier application

494


What is meant by localization?

612


Describe the programming model of a windows service

518


How boxing and unboxing occures in memory?

592


What is 3 tier architecture?

557


what is dotnet architecture? can anyone explain that.

3584


What is reflection in microsoft .net context?

545


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

546