Topic: Question about data sort

HELLO,
Hello, I would like to know if there's some working running to provide correct sorting method for ISO-8859-2 (eg. 'Ą' ' ĆŹ').
regards
Sebastian

Re: Question about data sort

Hello sebastien,

I don't really know the solution to your problem, since sorting is directly handled by the sqlite library.

you could may be check the documentation on sqlite page about creating database using UTF16 character support or try to create a database with Kexi and verify if sorting produces correct results...

If someone kwows the answer, let us know.

Version 0.25 will gives opportunity to quickly sort a table or a query using the SortedBy or OrderBy TSqlitePassDataset methods, but they are using SQL statement, i.e. the real job is done, again, by the sqlite library.

Let me know.

Luc