> From: Barney Boisvert
>
> Does anyone know if it's possible to force the records
> returned from a QofQ to be in the same order as the original
> recordset, or whether that is the specified default behaviour
> if no ORDER BY clause is provided?  This is how I expect it
> to behave by default, and experimentation seems to confirm
> it. However, the docs are silent on the matter, and I don't
> want to get bit in the ass down the road if I can help it.

As a horrid "kludge" to fix this

Add a column into the query with the numbers of the rows

Then sort the QoQ by that column - you're guaranteed to have it in the
correct order then
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to