Limit returned rows for TOraQuery
Posted: Wed 31 Mar 2010 09:02
I want to limit the result of my Query. Actually, the query looks like
'SELECT Name
FROM Clients'
and I limit the quantity of returned row, for example by this :
'SELECT Name
FROM clients
WHERE rowNum = 5'
How can I do this with the component ?
I searched on this forum, and saw that the propertie 'fetchrows' cannot do this.
thanks a lot
'SELECT Name
FROM Clients'
and I limit the quantity of returned row, for example by this :
'SELECT Name
FROM clients
WHERE rowNum = 5'
How can I do this with the component ?
I searched on this forum, and saw that the propertie 'fetchrows' cannot do this.
thanks a lot