Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is a “data-base” driven web site?

data-base driven web site
0
Posted

What is a “data-base” driven web site?

0

A data-base driven web site or page is a specific and common type of Web Application. It is a site that receives it’s content (as displayed on the page) from an external data source. Unlike ordinary HTML pages, the content (data), is completely separated from the HTML based web page. The data is “retrieved on the fly” and is “fed into” the page at run time (at that moment when the person actually views the page). As a result, data-base driven pages, by necessity, contain advanced code enabling them to interface (communicate) with the data-base. A data-base driven web page typically takes the following steps: • The user enters search criteria into a form indicating the desired records OR this information is “pre-programmed” into a link itself. User may also indicate how these records should be sorted. • A program (data-base interface software) receives the user’s search criteria (whether user entered it into a text field or it was pre-programmed into a link) and passes it to the Data-Ba

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123