I have been trying to retrieve some data stored in a remote MySQL database in utf-8. Apparently I am doing something wrong as I can't see in my application what I see in the database.
Below is my code:
put 1 into tCounter put revQueryDatabase(sDatabaseID,tSQLQuery) into sRecordSetID ...