Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



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

Posts: 3
Name: justin
Trades: 0
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
 
 
Register now for full access!
Old 05-01-2007, 03:56 PM Re: Database infrastucture - w/web application.
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 05-01-2007, 07:48 PM Re: Database infrastucture - w/web application.
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-02-2007, 11:01 PM Re: Database infrastucture - w/web application.
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
For the record I think most of the time the database and web application live on the same server.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Database infrastucture - w/web application.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.13084 seconds with 12 queries