Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to develop or program a web-base DBMS?

Status
Not open for further replies.

iseekyou

Programmer
Jul 17, 2003
3
GB
Hi. I need some theory about it. Can you give me an order of it (better via a flow chart and give some details)? If you have pointers to online resources, I'd be most grateful.
 
Hi,

There is no such thing as a web based DBMS. Any database driven website will be accessed via the web server hosting the site, which in turn will communicate to the back end DBMS, whether it be Access, MySQL, SQL Server, DB2 or anything else.

The order of communication is:

User -> Client browser -> Web server -> DBMS

and back the other way.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top