Advertisement
5_2007-2008 Files #186418

FLAT DATABASE SYSTEM

In the database system I have combined both of the advantages of structure and class. In the application I have placed all the links ands nodes in structure part and other information in the class part so that it can be separated from the functions used inside the class as public member and other variables used in the function as private part of the class. Create function used in the program is used to create the new database it will ask user to enter new database name and if it is already exists then it will again ask to enter the name. Then in the same create function it will ask the number of table in the database and the field information in the table. Datatype of each and every field is stored as the number. Each and every Datatype has given a specific number. To make the application simpler I have just divided it in to number of include files that I have placed in the TC\BIN\INCLUDES\ Directory. For the find function I have used find.h file. It can search the record on the base of the primary key. For the delete function I have used delete.h file. It has the same logic as find is first of all search the record on the base of primary key and then delete that record from the file of that table. For the append function I have used append.h file. It will ask you to enter the table name and according to the table name fields of that record is displayed on the screen and data can be appended by inserting records at that place. Display logic is placed in the display.h file. It will ask you to enter table name and records of that table will be displayed on the screen.

AI

Ringkasan AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kode Sumber
original-source
Upload
Komentar Asli (3)
Dipulihkan dari Wayback Machine