devxlogo

Returning Results in Groups from a Database

Returning Results in Groups from a Database

Question:
I have a Web page that lets the user query my database and return results in groups of 50 records. I know how to do the first SQL statement to get the first 50 rows but I don’t know of an easy way in SQL to return rows 51–100. Do you have any ideas?

Answer:
In my world (Visual FoxPro) we use a business object to send a requery request to the data source. Doing things like keeping track of 50 rows at a time can be a problem, though. Try limiting the result set size by better use of parameterized queries.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist