Oh fine it works, i have write a semikolom after 'utf8'
so work it:
sql.query("SET NAMES 'utf8';" , function(result, errorNo) {
if (errorNo) Ape.log(query+'\n Request
error:'+errorNo+' :
'+this.errorString());
});
--
You received this me
Hi,
yes i set NAMES to utf8 after var sql = MySQLConnect but the problem
is the same.
when i write
cmd.user.pipe.sendRaw("data", {"name":"тест"});
i have тест but from mysql i have only
do you know why?
the file is utf8 too.
--
You received this message because you are subscribed to the Goog