Re: Record , Row number
- From: "--CELKO--" <jcelko212@xxxxxxxxxxxxx>
- Date: 26 Oct 2005 14:48:42 -0700
Let's get back to the basics of an RDBMS. Rows are not records; fields
are not columns; tables are not files; there is no sequential access or
ordering in an RDBMS, so "first", "next" and "last" are totally
meaningless. If you want an ordering, then you need to havs a column
that defines that ordering. You must use an ORDER BY clause on a
cursor -- the keys have nothing whatsoever to do with the display in
the front end.
You have missed the WHOLE POINT of RDBMS. Please stop writing code
until you know what you are doing.
.
- Follow-Ups:
- Re: Record , Row number
- From: Trevor Best
- Re: Record , Row number
- References:
- Record , Row number
- From: Elham Ghoddousi
- Record , Row number
- Prev by Date: Re: Table Synchronization across databases on the same server
- Next by Date: Re: Deriving unique rows from historical data
- Previous by thread: Record , Row number
- Next by thread: Re: Record , Row number
- Index(es):
Relevant Pages
|