I've noticed a strange behavior with the SELECT...ORDER BY... statement. Maybe this is a feature but that still bugs me...
Here is a part of my database :
Table : Thirds Column : Name Entres : Eric, C�line, �ric, �ric, Celine, Marc, eric, c�line, Zoe.
When I perform this query to the database : "SELECT Name FROM Thirds ORDER BY Name;", here is what I obtain :
Celine C�line Eric Marc �ric Zoe c�line eric �ric �ric
This does NOT appear ordered to me...
Is there something I should know that I don't about how SQL interpret capital letters ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

