Jachym Cepicky wrote: > Hallo, > does db_append_string() support "ORDER BY" condition for SQL query? I tryed it > but nothing has changed in the order of result. > > Jachym The db_append_string() is only used to create query string. Important is if 'order by' is supported by driver. dbf driver should support 'order by'. Try db.select. Radim