I need to know alternative ways to use a mysql database on a webserver with a c++ apllication on the client side.
I know about mysql++, but this is an unnaceptable solution because the client could access the server password.
I know about using soap in php and c++ but not all the webservers enable soap on PHP.
So, what are the other solutions?
Thanks in advance
Ways of connecting mysql, php server using c++ client
Moderator: General Moderators