F
Frederik
Hi all,
I'm building a C# application that uses a M$ Acces database. In one of
the queries I use something like the following:
SELECT id FROM mytable WHERE id IN (20, 12, 21, 14)
The result is fine, except that the order of the id's is not
preserved. It seems to be ordered ascending. How can I keep the order
I used as input?
[Background: after I collected the records I want, they need to be put
in random order. So the numbers between the braces are the result of a
Randomize method.]
Thanks a lot for your time,
Frederik
I'm building a C# application that uses a M$ Acces database. In one of
the queries I use something like the following:
SELECT id FROM mytable WHERE id IN (20, 12, 21, 14)
The result is fine, except that the order of the id's is not
preserved. It seems to be ordered ascending. How can I keep the order
I used as input?
[Background: after I collected the records I want, they need to be put
in random order. So the numbers between the braces are the result of a
Randomize method.]
Thanks a lot for your time,
Frederik