New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Veeam Data Platform v13.1 - Get Your Free Trial
Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
dBase III database reader for CP/M written in Pascal using xbase3a.inc
Although you can download examples of DBF files readers written in Pascal, none of them compiles with Turbo Pascal 3 for CP/M system. This one uses record data types defined in xbase3a.inc (you can download it e.g. from here: http://annex.retroarchive.org/cdrom/nightowl-004/006A/XBASE3A.ZIP) and provides missing file access layer.
dbf is an easy-to-use command line tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, Calc.
mysql2dbf is a perl written command line utility for exporting MySQL data into DBF file. It has configurable DBF file format and uses user's SQL queries.
This is an ETL software which loads data from DBF/XBase files into MySQL. This utility has command line interface, designed to work without user interaction.
myParser is an application based on Microsoft Visual Basic 6. The application transfer information between DbaseIV ( DBF ) Tables to MySQL. The application can be executed in a GUI form or as Command Line call. Example: c:\>myparser contacts.prj This wi
This project is an win32 converter from DBF to SQL. It generates a sql script file, and have options to create/drop the table, supress deleted fields, include the data, use transactios...