Subject | Re: [firebird-support] Max Results |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2003-11-18T09:04:30Z |
On 18 Nov 2003 at 8:38, Uwe Oeder wrote:
and the same meaning as returning nothing. I know, it is common
design when newly-opened grid is filled by some data (just in order
not to be empty) but it is wrong design for true client-server
applications.
Narrow your query by using well-formed WHERE clause.
SY, Dimitry Sibiryakov.
>How can I tell firebird to return only a set amount of records ?IMHO, returning first 100 has the same meaning as returning 70000
>SELECT * FROM People ; Returns 70000 records but I want to return only the
>first 100 ?
and the same meaning as returning nothing. I know, it is common
design when newly-opened grid is filled by some data (just in order
not to be empty) but it is wrong design for true client-server
applications.
Narrow your query by using well-formed WHERE clause.
SY, Dimitry Sibiryakov.