Page 1 of 1

Ways of connecting mysql, php server using c++ client

Posted: Wed Sep 03, 2008 5:31 am
by rui
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