Subject | Re: [IBDI] Firebird 1 |
---|---|
Author | Peter Morris |
Post date | 2001-06-04T08:51:10Z |
> A typical relational table has a PK. A PK is unique by nature. If yourMy problem isn't that, my problem is that the result will not be ordered by
> tables don't implement any concept of basic relational theory, locating an
> exact record is only one of the many problems your db design will have.
any 1 specific field every time someone requests the list (may be name, or a
date etc), but once the query is decided it will remain the same for the
whole list so the results will always be in the same order.
I could request the whole result set, and then use next until I reach the
last record previously displayed, but this way I would have to request a lot
of data just to throw it away.
Pete