- SU.PASCAL.MODULA.ADA (2:5021/2.30) --------- SU.PASCAL.MODULA.ADA -
From : Vadim Darkovich 2:4631/24.666 21 Oct 97 12:31:00
To : All 23 Oct 97 12:51:29
Subj : DBF-Source
----------------------------------------------------------------------
Привет с Большого Бодуна, All !
Вот, надыбал утилитку DB3TOPAS -
подсовываешь ей какой-нибудь DBF-файл,
а она из него делает паскальную програмку,
которая его читает и выводит на экран.
I'll be back ! (C) Terminator
---
* Origin: Компьютеры ненадежны, но люди еще ненадежнее! (2:4631/24.666)
{> Cut here. FileName= DB32PAS.DOC }
DB3TOPAS
--------
DB3TOPAS.COM takes a .DBF dBASE 3 database file as input, and
produces a Pascal source program as output. The Pascal program is a
program that will read the .DBF file.
DB3TOPAS in invoked as follows:
DB3TOPAS [fname].dbf
The .DBF extension must be given. DB3TOPAS will automatically creat a
[fname].PAS file, and at the same time will display that file file on
the screen.
The .PAS file must then be compiled with a PASCAL compiler.
The compiled file will be a file that will read the [fname].dbf file.
|