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 is the advantage of .net?
Is there built-in support for tracing?
What is the difference between server.transfer and response.redirect? Why?
Is atl redundant in the .net world?
explain the states of a window service application?
What is the difference between encrypting a password and applying a hashing?
What are the improvements made in cas in .net 4.0?
what is the keyword used for self reference?
How does u handle this COM components developed in other programming languages in .NET?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is the difference between task and thread in .net?
What is common type system (cts)?
What is an exe and a dll?
What is shared and repeatable inheritance?
How to get the number after decimal point in .net?