Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Try Retool free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Access the simple dbf database format the easiest possible way. This library consists basically of only two files (dbf.h and dbf.c), although C++ wrappers and sample GUI apps using wxWidgets and MFC are included, plus a C# implementation with no GUI.
This is a lightweight DBF reader / writer pack
- read and write DBSase III format DBF files (and others but not tested )
- can U use index for lightspeed indexing this is not compatible. ( CIX )
- U can use Memo fields
This version used and compiled with a preinstalled MinGW enironment on Windows systems.
But the code is portable.
INSTALL
- Please USE the C++ folder
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.
A (currently read-only) ADO.NET Data Provider for dBASE (*.dbf) databases.
Currently only supports very simple SELECT statements (with ORDER BY and LIMIT) and is not tested very well. (In need of sample databases!)
An xBase (dBase) driver for windows .NET 2.0. Currently allows reading and writing to dBase tables and dBase V dbv memo files. Uses an internal indexing system. No COMIX support. If you do download, please leave comments.
DbfExporter is a small library written entirely in C# 2.0. It creates DBase III (Or FoxPro 2.6) files by directly writing with System.Io streams. No ODBC drivers or 3rd party component required. Total control on the dbf structure.
DBF Library is a self-contained and comprehensive class library writen in pure VB that reads/writes dbf files/records with support for dBASE/dBASE III PLUS/FoxBASE/FoxBASE+/FoxPro 2.x/Visual FoxPro/HiPer-SIx and icluding Memo field/file support.