Article Preview
Buy Now
COLUMN
Using Limit and Offset
Limiting the number of retrieved rows returned
Issue: 20.6 (November/December 2022)
Author: Vince Du Beau
Author Bio: Vince is an experienced Filemaker developer. He is exploring XOJO as an alternative to Filemaker.
Article Description: No description available.
Article Length (in bytes): 4,849
Starting Page Number: 72
Article Number: 20609
Resource File(s):
project 20609.zip Updated: 2022-10-31 22:45:45
Related Link(s): None
Excerpt of article text...
In the last two issues of
xDev , my column showed me using theLIMIT
SQL command. This column will go into more detail. Along with the correspondingOFFSET
command. I am reproducing the code below as a reminder.
Define our ODBC database
Dim db As New ODBCDatabase
Dim SQL As Text
// Field for the SQL statement Dim dbCursor As Recordset
// Query results
...End of Excerpt. Please purchase the magazine to read the full article.