|
Databases
on Web Sites |
||||||
Why use databases on-line? Some websites make extensive use of databases to store information about their products/services/customers. Essential Features for an On Line Database
Types of web database See the textfile about databases for some definitions and terms. You can set up a local link to it and incorporate the output into your own HTML page. (1) Simple Flat file and Relational Databases The easiest to construct and use are asci textfile databases (tab, comma or pipe delimited) These are easy to construct in a plain text editor such as 'Notepad'. They can contain links to images. There is a great range avilable varying in complexity from simple linear search to more complex binary search databases Dreamweaver has no special routines for these databases
(2) Dynamic Flatfile and Relational Databases - using Dreamweaver routines Dreamweaver has support for the more complex databases where all the database routines will be held serverside using interactive technology such as PHP or ASP and powered by more complex query languages such as SQL. Using MX you can make dynamic database driven pages (previously done in Dreamweaver UltraDev)
What you select depends on 2 things
This site has examples of flat file Perl driven databases and describes how to construct a PHP dynamic page to connect to a MYSQL database held on a remote server. Setting up a database on web pages To continue go to: |