select into outfile utf8
bonjour,
j'ai un soucis sur une requete select into outfile , mes caracteres accentués sont modifiés;
j'ai fait un
$sql='set character_set_results="latin1";';
mysql_query ($sql, $link);
avant
et un
$sql='set character_set_results="utf8";';
mysql_query ($sql, $link);
mais rien ne marche
je suis à cours d'idée et je trouve pas la réponse
help help !!
merci
Subject
Views
Written By
Posted
select into outfile utf8
6559
December 17, 2008 03:58PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.