--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi ! > > My question is that: I use hungarian (win1250, iso-8859-2) character > set, what containing special accented characters: > a' - � > e' - � > > and etc. > > I want to sort my sql by this collation order. > But I cannot do that, only with outer programme (I use Delphi wrapper > library). > > 1. Can I do that with SQLite ? > 2. Have the SQLite an possibility to a user write an order library > extension ?
SQLite supports this. I don't know if the Delphi wrapper does though. See: http://www.sqlite.org/capi3ref.html#sqlite3_create_collation And this: http://www.sqlite.org/datatype3.html In particular section 7. __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail

