View Single Post
TheDiamant953
Member
Join Date: Jan 2013
Old 02-11-2016 , 13:46   Re: Special chars sql problem
Reply With Quote #6

So,

I have change my sql tables to utf8mb4, and i have add
SQL_SetCharset(g_hDatabase, "utf8mb4");
In the sql callback connect, it's still working after a save test, only the good row is saved.

Thanks for your help and sorry for my bad english.
TheDiamant953 is offline