Difference between revisions of "On File"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
Line 1: Line 1:
 
'''On File''' Database Management System was released in June 2024 by [[KSL]] in order to celebrate the anniversaries of CPC (40 years!) and CP/M-80 (50 years!).
 
'''On File''' Database Management System was released in June 2024 by [[KSL]] in order to celebrate the anniversaries of CPC (40 years!) and CP/M-80 (50 years!).
 
<br>
 
<br>
+
 
 
As per [[Cosmos]], On File has been developed on the basis of the hardware peripherals as well as the software that were (contemporary) available for the  CP/M and the CPC6128: the 512 KB [[Dobbertin Memory Expansion]], the [[ParaDOS]] or [[X-DDOS]] ROMS for the external (800 KB) floppy drive, the 20 MB [[Dobbertin Harddisc]], the [[Amstrad Serial Interface]], the Amstrad Parallel [[Printer Port]], the [[CTM640/CTM644]] colour monitor, the [[AMX Mouse]], the [[MicroScript]] (142 KB), the [[WordStar]] (706 KB), the [[Protext]] (406 KB), the [[Multiplan]] (208 KB), the [[SuperCalc 2]] (240 KB), the [[dBase II]] (272 KB), the [[DR Draw]] (235 KB), the [[DR Graph]] (306 KB), the [[MAXAM]] (206 KB), the [[Atlast Plus]] (224 KB) and other [[Programming software]]. On File includes its own graphics routines (similar to [[GSX]]), is based on the [[Dobbertin]] version of CP/M 2.2 (v1.2) which provides 59 KB TPA, supports the RAM expansion and the 20 MB hard disk.  <br><br>
 
As per [[Cosmos]], On File has been developed on the basis of the hardware peripherals as well as the software that were (contemporary) available for the  CP/M and the CPC6128: the 512 KB [[Dobbertin Memory Expansion]], the [[ParaDOS]] or [[X-DDOS]] ROMS for the external (800 KB) floppy drive, the 20 MB [[Dobbertin Harddisc]], the [[Amstrad Serial Interface]], the Amstrad Parallel [[Printer Port]], the [[CTM640/CTM644]] colour monitor, the [[AMX Mouse]], the [[MicroScript]] (142 KB), the [[WordStar]] (706 KB), the [[Protext]] (406 KB), the [[Multiplan]] (208 KB), the [[SuperCalc 2]] (240 KB), the [[dBase II]] (272 KB), the [[DR Draw]] (235 KB), the [[DR Graph]] (306 KB), the [[MAXAM]] (206 KB), the [[Atlast Plus]] (224 KB) and other [[Programming software]]. On File includes its own graphics routines (similar to [[GSX]]), is based on the [[Dobbertin]] version of CP/M 2.2 (v1.2) which provides 59 KB TPA, supports the RAM expansion and the 20 MB hard disk.  <br><br>
 +
 +
Setting up a new database <br>
 +
Start a new file system by resetting the database and the master record. Frame and/or draw the master record. Edit the fields and the structure of the master record. Append the records in the database on the basis of the master record.
 +
 +
Relations <br>
 +
The database can be either flat or relational. Children records include the ^ symbol followed by the relational key and one space, for example ^Z80 . The relational key can contain up to 15 symbols (A..Z, a..z, 1..0,+,?, etc.). Parent records include the relational key (not the ^ symbol) followed by one space, for example Z80 . If a record contains more than one relational key, the key at the lowest field is set as the active key. In case of large databases move the parent records at the start of the database list.
 +
 +
Notes <br>
 +
On File capacity is 200 records (equal to 400 KB). The original disk contains some demo master records (*.002 files) as well as the boot sectors for CP/M 2.2.
  
 
== Download ==
 
== Download ==

Revision as of 06:07, 8 June 2024

On File Database Management System was released in June 2024 by KSL in order to celebrate the anniversaries of CPC (40 years!) and CP/M-80 (50 years!).

As per Cosmos, On File has been developed on the basis of the hardware peripherals as well as the software that were (contemporary) available for the CP/M and the CPC6128: the 512 KB Dobbertin Memory Expansion, the ParaDOS or X-DDOS ROMS for the external (800 KB) floppy drive, the 20 MB Dobbertin Harddisc, the Amstrad Serial Interface, the Amstrad Parallel Printer Port, the CTM640/CTM644 colour monitor, the AMX Mouse, the MicroScript (142 KB), the WordStar (706 KB), the Protext (406 KB), the Multiplan (208 KB), the SuperCalc 2 (240 KB), the dBase II (272 KB), the DR Draw (235 KB), the DR Graph (306 KB), the MAXAM (206 KB), the Atlast Plus (224 KB) and other Programming software. On File includes its own graphics routines (similar to GSX), is based on the Dobbertin version of CP/M 2.2 (v1.2) which provides 59 KB TPA, supports the RAM expansion and the 20 MB hard disk.

Setting up a new database
Start a new file system by resetting the database and the master record. Frame and/or draw the master record. Edit the fields and the structure of the master record. Append the records in the database on the basis of the master record.

Relations
The database can be either flat or relational. Children records include the ^ symbol followed by the relational key and one space, for example ^Z80 . The relational key can contain up to 15 symbols (A..Z, a..z, 1..0,+,?, etc.). Parent records include the relational key (not the ^ symbol) followed by one space, for example Z80 . If a record contains more than one relational key, the key at the lowest field is set as the active key. In case of large databases move the parent records at the start of the database list.

Notes
On File capacity is 200 records (equal to 400 KB). The original disk contains some demo master records (*.002 files) as well as the boot sectors for CP/M 2.2.

Download