Re: Strange problem
From: Jeremy Collins (jd.collins_at_ntlworld-not.com)
Date: 07/13/04
- Next message: Bruce: "Re: BDE vs ADO"
- Previous message: jason: "Strange problem"
- In reply to: jason: "Strange problem"
- Next in thread: Arnie Mauer: "Re: Strange problem"
- Reply: Arnie Mauer: "Re: Strange problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 13 Jul 2004 15:54:13 +0100
jason wrote:
> Why when I call the last procedure does it not position itself on the last record in the table, in my case the record with an ArchiveID=150??
If you want to /guarantee/ a particular order, use a TADODataset,
with an ORDER BY clause in the SQL statement. Accept no
substitiutes ;-)
-- jc Remove the -not from email
- Next message: Bruce: "Re: BDE vs ADO"
- Previous message: jason: "Strange problem"
- In reply to: jason: "Strange problem"
- Next in thread: Arnie Mauer: "Re: Strange problem"
- Reply: Arnie Mauer: "Re: Strange problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|