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
Old 02-21-2008, 03:22 PM I need help!
Trying To Learn's Avatar
Junior Talker

Posts: 1
Name: Nik
Location: Las Vegas
Trades: 0
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!
 
 
Register now for full access!
Old 02-22-2008, 12:23 PM Re: I need help!
Ultra Talker

Posts: 310
Trades: 0
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.

Last edited by dman_2007; 02-22-2008 at 12:24 PM..
dman_2007 is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 05:16 AM Re: I need help!
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
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.
__________________

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

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 02-28-2008, 05:19 AM Re: I need help!
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
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.
__________________

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

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 02-29-2008, 09:24 PM Re: I need help!
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
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 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.14950 seconds with 12 queries