ideas for database to use...
-
hi guys, i am creating a VC++ program that connect to mysql database on remote server.i have tried few steps but it didnt work.i need advice on which database i should use and it must be in a remore location. i create a mysql database on speedhosting.co.cc but its a database for php. Is it possible for a C++ program connect to it and get data from there ??
-
hi guys, i am creating a VC++ program that connect to mysql database on remote server.i have tried few steps but it didnt work.i need advice on which database i should use and it must be in a remore location. i create a mysql database on speedhosting.co.cc but its a database for php. Is it possible for a C++ program connect to it and get data from there ??
Thilek wrote:
i create a mysql database on speedhosting.co.cc but its a database for php. Is it possible for a C++ program connect to it and get data from there ??
Yes. http://mysqlcppapi.sourceforge.net/[^]
Thilek wrote:
which database i should use and it must be in a remore location.
If it's for writing bulk logs, go for mysql.
OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]
-
Thilek wrote:
i create a mysql database on speedhosting.co.cc but its a database for php. Is it possible for a C++ program connect to it and get data from there ??
Yes. http://mysqlcppapi.sourceforge.net/[^]
Thilek wrote:
which database i should use and it must be in a remore location.
If it's for writing bulk logs, go for mysql.
OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus Best wishes to Rexx[^]
-
i gonna create a anti-worm.. the program have to update its signatures from mysql database on the web.. anyway thanks ya i gv a try and update with u... :)