Write code for fetch record nos 15 to 25 from a dataset
containing 50 records?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kinjal
one extra int field add in database and set identity.
if that datafield name is id then write the query
select * from database_table where id>=15 and id<=25.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pradeep kumar mishra
select * from DATABASE_NAME where nos>='" & 15 & "' and
nos<='" & 25 & "'
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / nithyananthababu
We can use the ROW_NUMBER Proberty from sql 2005
We can easily get the data's via roll numbers
| Is This Answer Correct ? | 0 Yes | 4 No |
is c#.net supports multiple inheritance?
What is the standard you use to wrap up a call to a Web service
Does .net supports destructors concept?
How to convert a .NET object into COM operabililty?
0 Answers Petranics Solutions,
What is the benefit of .net core?
What is the root class in .net?
Tell me what is a “jagged array”?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is a formatter?
What is RPC? What is the use of it?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
Tell about your technical profile ?
0 Answers TNEB Tamil Nadu Electricity Board,