Reply
Database infrastucture - w/web application.
Old 05-01-2007, 01:55 AM Database infrastucture - w/web application.
Junior Talker

Posts: 3
Name: justin
Just a question from a newbie. What is a typical database infrastructure w/ a web application.

So,..You create the database, eg, *.mdb. Then u put in on a server. Make sure that server is always connected to the internet. When people choose to retrieve data from the website, they click a few form and drop down buttons, then this information is sent back in query-form to the Management System(eg sql server 2005), which happens to be on the server that helps retrieve the data store.

is all this correct?

Any help muchly appreciated,

Justin
qwertyjustin is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 05-01-2007, 02:56 PM Re: Database infrastucture - w/web application.
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,024
Name: Forrest Croce
Location: Seattle, WA
Let's clear up a few things. First, we'll talk about databases. *.mdb means Microsoft Access, which you could certainly use in a web application, but generally don't want to. You also mention SQL Server 2005, which is sort of Access's "big brother" and a much more powerful and featured database. You would use one or the other, generally depending on what you have a license for on the server.

Next, databases by themselves don't have anything to do with the internet. And the db you create doesn't have to be directly accessible from the 'net ... actually, that's the point. You need a web server, something like IIS or Apache, to write ASP(x) or PHP code that talks to the database. Your web server code is like a proxy to the data. The web server needs to be able to access the database, but most people tend to hide the db behind a firewall and only allow access to it through the web app.

Hope this helps some.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 05-01-2007, 06:48 PM Re: Database infrastucture - w/web application.
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
What Forrest said:

Page sends query request.
Database is opened.
Result(s) are sent back.
Database is closed.
Output is displayed.

That's about the easiest way I can oversimplify it.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-02-2007, 10:01 PM Re: Database infrastucture - w/web application.
Learning Newbie's Avatar
Moderator

Latest Blog Post:
What’s He Looking At?
Posts: 4,970
Name: John Alexander
For the record I think most of the time the database and web application live on the same server.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Database infrastucture - w/web application.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15731 seconds with 13 queries