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 difference between task and thread in .net?
Whate are resource files?
What is the advantage of packaging over xcopy in .net?
Why do we use msmq?
What is static constructor, when it will be fired?
Is .net capable of supporting multi-thread?
State the various features present in .NET?
What is il and c#?
Is .net a programming language?
Who is using .net core?
Explain soap and xml?
What is .net and .net framework?
Define code access security (cas)?
State the differences between the dispose() and finalize().
Is there any thread in our .net programs?