[GRASS5] db_append_string

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
--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://www.fle.czu.cz/~jachym/gnupg_public_key/

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