write a program in foxpro in input EMP_NAME,DOB,MARKS,and DIV,and list all records on screen using a table of 10 records
Answers
Answer:
FoxPro is a text-based procedurally oriented programming language and DBMS, and it is also an object-oriented software programming language, originally published by Fox Software and later by Microsoft, for MS-DOS, Windows, Macintosh, and UNIX. The final published release of FoxPro was 2.6. Development continued under the Visual FoxPro label, which in turn was discontinued in 2007.
It is used in Offices, Colleges and Universities because of its simplicity.
Even a simple DOS Operating system with 16 MB RAM can process Foxpro 2.6 applications.
Nowadays lot of DBMS systems available, but the foxprox 2.6 is simple enough to process simple applications such as Mark list processing, Billing sytem etc.
FoxPro is SEMI-RDBMS
Unlike other RDBMS systems, in FoxPro each database can contain only one table.
Hence, the single table is called as database in this tutorial