Home » Archives for February 3rd, 2010
Data Isolation and Program Data Dependency
Data Isolation:
The data in file processing system is stored in various files; it becomes very difficult to write new application, programs to retrieve the appropriate data. Suppose that student emails are stored in “Students” file and fee information is stored in “Fee” file. To send an email message to inform a student that the date for fee payment is over, you need data from both files....