Hello,
I need to convert my application written in C using native access to database (over C API) to UNICODE.
As I know from version 4.1 it should be possible.
But if I downloaded mysql server, C API looks for me that there is not UNICODE supported.
How can I compile that or use that with UNICODE?
functions like mysql_query are in headers still with char * or similar .
Thanks Pavel