Index of /2001_2006/fall03/gary/mysql

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]Database_Tree_List.txt2018-01-26 19:54 28K 
[TXT]FinalWriteup.html2018-01-26 19:54 3.0K 
[TXT]README.html2018-01-26 19:54 1.1K 
[   ]dbhtml.cgi2018-01-26 19:54 7.2K 
[TXT]dbinfo.txt2018-01-26 19:54 483  
[   ]dbscript.cgi2018-01-26 19:54 7.4K 
[TXT]dbupdate.pl2018-01-26 19:54 11K 
[TXT]helpPage.html2018-01-26 19:54 89  
[TXT]sqlinfo.txt2018-01-26 19:54 1.9K 

Just so there is no confusion as to what is what in this directory,
I have made an easy to read list of each file's importance. Be amazed!

README.html		- this file

Database_Tree_List.txt	- the file containing my tree notes;
			  this was primarily used while loading
			  information into the database

FinalWriteup.html	- summary of work completed this semester

dbhtml.cgi		- the script which creates the search form

dbinfo.txt		- the layout of my database server

dbscript.cgi		- the script which processes the search form
			  and returns interesting results

dbupdate.pl		- a command-line utility for entering fields
			  into the database.  Not for the faint of
			  heart.  I repeat, this program has not been
			  idiot-proofed, and if you screw up the
			  database while messing around with it, it's
			  your own fault.  This was the tool that I
			  wrote and used while loading the database.

helpPage.html		- an example search field help page that will 
			  later be replaced by a set of dynamic URLs

sqlinfo.txt		- some MySQL notes that I used while working
			  on the database, my DBI code, etc.