I using ors:sort := "field1,field2" but I get a error.
DB Mysql CursorLocation = adUseClient.
Does anyone knows what might be the cause and how to solve it?
Regards
Antonio H Ferreira
Antonio H Ferreira
I using ors:sort := "field1,field2" but I get a error.
DB Mysql CursorLocation = adUseClient.
Does anyone knows what might be the cause and how to solve it?
oRs:sort( "[field1],[field2]" )oRs:Sort := "field1,field2" is perfectly valid.
But oRs:Sort works only on client side recordsets
Thanks!