Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Default Database |
|
Author |
|
maverick786us
Joined: 03 Feb 2011 Posts: 11
|
Posted: Fri 18 Feb '11 13:51 Post subject: Default Database |
|
|
I am a VC++ developer. This is the first time I am working on C++ Apache in windows platform. The existing source code that I have works with windows as well as UNIX.
If I am not working the C++ code used by apache is basically a C++ script which is called by some CGI or a PHP page? Which database does it most commonly used? Is it possible to directly interact with dadabase in C++ scipt or is it handled by php page that is calling the C++ script?? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 30 Mar '11 16:18 Post subject: |
|
|
The most used database on windows and *nix in commen is mysql or Oracle. You can access those database directly in PHP. No need to call an external app. |
|
Back to top |
|
|
|
|
|
|