in reply to EOF required before writing DB?
Some database engines will return rows in a predictable order without an ORDER BY clause (for example, Sybase returns rows in the order of the clustered index, if it exists), but this is general a side effect of the underlying data storage, and shouldn't be relied on.
HTH.
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: EOF required before writing DB?
by sdyates (Scribe) on Mar 06, 2002 at 18:36 UTC | |
by sdyates (Scribe) on Mar 07, 2002 at 18:36 UTC |