![]() |
![]() |
General discussion of site Learning HTML Planning and building Going live HTML editors Web development resources Ongoing skills development Web databases |
Taking
databases online
Cold Fusion/MS Access Example: NRF Women-in-Research Database (by Simone Shall, SANGONeT) The National Research Foundation's Women-in-Research database, developed in MS Access, was taken online using Cold Fusion: http://www.nrf.ac.za/wir/wirdbase.htm Cold Fusion is an application development system for creating dynamic Web applications and interactive Web sites. Instead of just using HTML to build sites, standard HTML is combined with Cold Fusion Markup Language (CFML) code. There are three components involved in developing and running Cold Fusion applications: Cold Fusion Server: The Cold Fusion server runs under Windows NT – it listens for requests from the standard Web server to process Cold Fusion application pages.Application Pages: These are the pages which include user interface pages, forms that handle data input and format data output. They can include HTML, CFML, Java scripts and anything else normally put into an HTML page. ODBC Data source: The database set up needs to be declared as an ODBC data source and then interacts with the Cold Fusion server. Women-in-Research Database: Behind the Scenes
http://paradigm.wn.apc.org/hsrc/entryform.cfm This information is written directly to the database on the SANGONeT server. The NRF is still responsible for the data and data integrity, however, and a copy of each new entry is e-mailed to the NRF, where it is checked. If there is a problem with a new entry, it can be deleted or modified, or the NRF can contact the person who submitted the information. By entering a password and user name, people are able to update their existing records. Users can search the database by surname, discipline, institution or research interests: http://www2.wn.apc.org/hsrc/search.cfmAll the above features, excepting for the email message (CFMAIL) are all supported by Cold Fusion Express, the free version of Cold Fusion. Display module The table which follows shows the display module for the Women-in-Research database, which displays the results of the search query. All comments are indicated by <!--- and explain what is happening. In this module the <CFTABLE> tag is used but it is not necessary and can be handled by the normal <TABLE> command and the <CFOUTPUT> commands. Comments are indicated in green and Cold Fusion components in blue.
SANGONeT chose Cold Fusion because;
|
||||
|
|||||