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
What's the .net collection class that allows an element to be accessed using a unique key?
What is the use of gacutil.exe?
Explain about .net assemblies?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is the concept of inheritance and how it works in .net?
Define marshling?
Explain how to load the contents of an xml file into an xmldocument object?
What are the different types of remote object creation mode in .net?
Explain me why do we use msmq?
Explain how com+ related to the dna architecture?
How boxing and unboxing occures in memory?
Tell us why do we use the “using” statement?
How is a managed code executed?
What is shared and repeatable inheritance?
What are virtual destructures?