Ciao.

Questa query in access + asp funziona, mentre in mysql + asp:

codice:
"SELECT cat_id, cat_name FROM tbl_faq_category WHERE cat_activated='SI' ORDER BY 1 " & _
      "UNION SELECT cat_id, cat_name + '*' FROM tbl_faq_category WHERE cat_activated='NO' ORDER BY 1"
In mysql l'errore è il seguente:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-nt]Incorrect usage of UNION and ORDER BY
Perchè?