logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Default Database
Author
maverick786us



Joined: 03 Feb 2011
Posts: 11

PostPosted: Fri 18 Feb '11 13:51    Post subject: Default Database Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 30 Mar '11 16:18    Post subject: Reply with quote

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


Reply to topic   Topic: Default Database View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads