Re: How to sort Scandinavian letters using recordsets



>> After populating the recordset with values we apply the Sort method:

I don't see that your cursor is client-sided and the Microsoft documentation
does indicate that Sort() works clients-sided. I believe it does work
serve-sided but it is entirely dependent if the Provider implements a
particualar interface. See
http://support.microsoft.com/default.aspx?scid=kb;en-us;253248
for more info.

>> Do you know have we can make the Sort method sort Norwegian letters
>> correctly?

No idea. But I would see changing the Connection object's dynamic property
"Locale Identifier" makes any difference.

Stephen Howe


.



Relevant Pages

  • Re: Multi-column two-dimensional quick sort
    ... >> worksheets. ... > recordset's sort method. ... rather than fabricating a recordset based ... If you then need an array, ...
    (microsoft.public.excel.programming)
  • Re: Multi-column two-dimensional quick sort
    ... Then I can run a quick sort on that column and everything will be as I ... >> recordset's sort method. ... rather than fabricating a recordset based ... > If you then need an array, ...
    (microsoft.public.excel.programming)
  • Re: How can find Max value in RS
    ... >> I have recordset, how can i findout the Max Value stored in the ... specify sort criteria when creating the recordset ... use the Sort method to move the largest to the first or ... assume the first entry is the max and then use the Find method to find ...
    (microsoft.public.vb.general.discussion)
  • Re: How can find Max value in RS
    ... > I have recordset, how can i findout the Max Value stored in the ... specify sort criteria when creating the recordset ... use the Sort method to move the largest to the first or ... assume the first entry is the max and then use the Find method to find a ...
    (microsoft.public.vb.general.discussion)