Bubble Sort The following Algorithm below is for some of the sub routines of my program;Loading Data Search Command
Member rating: No Rating | Words: | Submitted: Tue Feb 27 2007
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
Bubble Sort Analysis For our database project were to create a program which allowed the user to input 6 fields of data and up to a maximum of 12 data records, the program should also be able to add a new record one at a time, the program, must also be able to show the data at all times and the output display must not be updated by clicking a button. The program must be able to delete records one at a time, and the records must be searchable. The program must be able to sort data into particular criteria this will be the field names for example; name, surname, town, postcode etc. The program we write must also be able to save and load data at any given time. Design The following Algorithm below is for some of the sub routines of my program; * General Declarations * Delete Command * Form load * Loading Data * Imputing Data * Search...

