Sortingorder oracle dataserver

xiffy

New Member
Can anybody explain how the progress dataserver sorts? Regarding the bug i posted earlier on the forum i have this question. When i perfrom the following sql statement in oracle:
Code:
select name from customer order by name
oracle sorts 1,2,a,b ...z
But when i run the same code from a progress session using the dataserver i get this sorting order:
a,b, ...z,1,2
Is this normal behaviour? Is there a way to make both sides act the same?
tia
Appie
 
Top