Reply
I need help!
Old 02-21-2008, 02:22 PM I need help!
Trying To Learn's Avatar
Junior Talker

Posts: 1
Name: Nik
Location: Las Vegas
Hi,
The company I work for wants me to take over our website, which is linked to a database. I have done website design and am familar with those programs, but I am not familar with databases and how they work with websites. I think that when our results are shown on the site they are from asp....what is the difference between a server page and something like MySQL?
I know these probably sound like really lame questions, but any help would be so appreciated!
Trying To Learn is offline
Reply With Quote
View Public Profile Visit Trying To Learn's homepage!
 
When You Register, These Ads Go Away!
     
Old 02-22-2008, 11:23 AM Re: I need help!
Ultra Talker

Posts: 308
Ok, here is the basic difference: DBMS (database management system) such as mysql serve as a warehouse of data which is stored in a structured format. HTML pages is the representation of that data in human friendly, Server pages (Scripts) written in a server side language such as php or asp are used to connect to dbms to store or retrieve that data.
__________________
tiny url

Last edited by dman_2007 : 02-22-2008 at 11:24 AM.
dman_2007 is offline
Reply With Quote
View Public Profile Visit dman_2007's homepage!
 
Old 02-28-2008, 04:16 AM Re: I need help!
mtishetsky's Avatar
Super Spam Talker

Posts: 880
Location: Volendam, Netherlands
Treat the database as remote data source. Your application connects to the database server, asks for data with queries and receives some data as result that can be inserted into html.
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 02-28-2008, 04:19 AM Re: I need help!
mtishetsky's Avatar
Super Spam Talker

Posts: 880
Location: Volendam, Netherlands
Tech implementation of interaction with db srver is different in different languages, but usually it is some object which provides you some methods to send the query to database and receive the result. In php in particular basically it is not even an object, just a set of functions.
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 02-29-2008, 08:24 PM Re: I need help!
joder's Avatar
Flipotron

Posts: 6,361
Name: James
Location: In the ocean.
ASP connects to MySQL. The ASP code can contain a SQL query which runs on the database server and returns the requested data. Than ASP has to format how it looks on the web page.
joder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I need help!
 

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.14061 seconds with 13 queries