Re: Do not want data to auto sort
- From: peregenem@xxxxxxxxxxxx
- Date: 4 Aug 2005 07:40:39 -0700
Rick B wrote:
You seem to be having problems following things.
> A cursor is that little flashing thing on your screen.
I suppose this was meant to be ironic? The MSDN article
What the Heck is a Cursor, Anyway?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbegvb/html/whatheckiscursoranyway.asp
opens with these lines
"No, this is not the little flashing mark that shows you where you are
on the screen. You can think of a cursor .... as another way of
referring to a recordset."
> A cursor sorts data? Huh?
Allow me to quote further:
"when our application issues the SQL query, the results are really
returned in no specific order. The records returned reflect the
arbitrary order in which they exist in the database - usually the order
that they were entered in. However, they are presented to us in a nice,
sequential order. This is what a cursor does for us - it manages the
recordset."
I hope you can now appreciate now absurd a statement such as, "You can
sort the data in a table while you are viewing it" sounds.
> there was a recent post where someone argued with
> an MVP for most of the day claiming that tables do use a logical sort.
At the *physical* level a table has a predictable order. At the
'logical level a table has no inherent order. So you totally missed the
point.
> You should not be using the tables as an interface
>
> a table should NOT be an interface.
Change 'should not' to 'cannot'. How could a *database* table (likewise
a query or Query object) possibly be mistaken for an 'interface' at
all?! If this is meant to be humour (do you mean 'table' as in a piece
of furniture, perhaps?), then sorry but it is totally lost on me.
Please do not add to a discussion if you lack even a basic grasp of the
fundamental concepts.
.
- Follow-Ups:
- Re: Do not want data to auto sort
- From: Rick B
- Re: Do not want data to auto sort
- References:
- Do not want data to auto sort
- From: Rod
- Re: Do not want data to auto sort
- From: Rick B
- Re: Do not want data to auto sort
- From: peregenem
- Re: Do not want data to auto sort
- From: Rick B
- Do not want data to auto sort
- Prev by Date: Re: Populate from text file
- Next by Date: Re: UPDATE and ALTER in transactions do not mix
- Previous by thread: Re: Do not want data to auto sort
- Next by thread: Re: Do not want data to auto sort
- Index(es):
Relevant Pages
|
Loading