View Single Post
  #10 (permalink)  
Old 09-16-08, 00:02
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Quote:
Originally Posted by pieterverberne
I guess this forum's contens are stored in a database. Is it right to
say that this website is acting like the database's client application?
I believe that the user's browser would technically be considered the client application.

And if you want a Web database, TYPICALLY what would happen is that a database such as Access (basically just consisting of tables) would be put on the Web.

Then "dynamic" Web pages such as ASP or PHP pages would be created acting like the old desktop database's queries, forms, and reports to access the database - all hosted on a Web Server.

And a nice thing about all this is that if you need to make a change to the data or the application it can all be done on the server as opposed to going around making sure that all the users have the latest version of your software on their PC's...
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips

Last edited by Bullschmidt; 09-16-08 at 00:09.
Reply With Quote