Search found 2 matches

by Soteris
Fri Mar 30, 2012 4:39 pm
Forum: Databases
Topic: Unicode and mySQL
Replies: 14
Views: 15819

Re: Unicode and mySQL

I used as you suggested

Code: Select all

revExecuteSQL dbID, "SET NAMES 'utf8'"
on top of my code.

Now I can see the names properly.

Thanks a million bangkok!!!
by Soteris
Fri Mar 30, 2012 3:25 pm
Forum: Databases
Topic: Unicode and mySQL
Replies: 14
Views: 15819

Re: Unicode and mySQL

Hello all, 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 if sR...