V
_VJ
SQL "SELECT" (via Ado.net) gives results in sorted order by default.
IOW, "ORDER BY" is turned on by default (seems to use the primary key).
I'd like to retrieve rows in the order that I originally inserted them.
Is there any way to turn off the default sort?
VJ
PS: I've hex-dumped the data file, and confirmed that the rows are not
pre-sorted inside the database.
IOW, "ORDER BY" is turned on by default (seems to use the primary key).
I'd like to retrieve rows in the order that I originally inserted them.
Is there any way to turn off the default sort?
VJ
PS: I've hex-dumped the data file, and confirmed that the rows are not
pre-sorted inside the database.