PDA

Click to See Complete Forum and Search --> : SQL - order by...


Riks
Apr 12th, 2006, 03:25 AM
Hi all,

not quite sure if this is the correct forum to post this, so pls point me to the right direction if im wrong.

I thought the "order by"-statement in SQL was supposed to order things.. hehe
Here is the result of a query (select name from customer order by name; ) when it is displayed in my DataGridView.

name:
DET NORSKE VERITAS
DHR Reklamebyrå
Dansih Air Transport
UPC
UniAutomation AS
Worums
admInn
iFokus
Åkra Bil

That list aint in order!! Any idea what may cause this, or how i can fix it?
Thanx in advance :)

Riks
Apr 12th, 2006, 03:39 AM
Never mind... :blush:

Field was Char in the database :bigyello: