I'm using oRS:QueryResult() to load data in an array, that after I want to save in a DBF file. Something like this:
aValues := oBD:QueryResult( "SELECT * from clients" )
aux->( FW_ArrayToDBF( aValues ) )
If there is only one record in the table clients, this code does not work.