Sir/Madam,
 
I am using MYSQL C-API to access MYSQL database .
I am having problems when i gave Unicode support to my code, as the API
functions accept parameters of the type "const char *" .With Unicode
support the values being passed are the of the type "unsigned short".
Is there any way I can make the MYSQL functions UNICODE compatible.
Please suggest some solution in form of code changes or API to overcome
my problem.
 
Thank You.
 
Regards
Jofy    

Reply via email to