| Switch to Russian
| Home page of Alexander Kresin
|
DBC ( Data Base Control ) is an utility that allows complete multi-user
access to xBASE databases and indexes.
This a freeware program and is provided at no charge.
Here you can download three releases of DBC.
- Dbc 3.0 supports DBFCDX (default) and DBFNTX drivers,
- Dbcax 3.0 supports DBFCDXAX (default) and DBFNTXAX drivers ( Advantage Xbase Server ).
- Dbchx 3.1b was built not with Clipper, but with Harbour + ADS.
Since Harbour is on alpha stage, this version of Dbc doesn't intended
for using in serious purposes, it is for demonstration of current state
of Harbour development, though I find it quite useful for SQL queries.
This version uses native ADS SQL calls, so SQL engine here is faster
and more powerful, than in DOS Clipper version of Dbc.
To use it you need to have ADS client dll's version 5.7 .
You can download it from here.
With DBC you can:
- open dbf files for browse and editing in shared and exclusive modes, read/write and readonly modes
- insert,delete,modify columns in browse
- create (and modify structure) dbf files,indexes and tags
- easy toggle workareas for multiple databases
- edit/view in page(s)-per-record mode
- edit/view in traditional row-per-record mode
- execute commands:
LOCATE, CONTINUE, SEEK, SET FILTER, GO TO,
DELETE, RECALL, REPLACE, APPEND FROM, COPY TO, REINDEX, PACK, ZAP,
COUNT, SUM, SET RELATION
- print file (columns defined in current browse)
- save and load views (view file have text format, so you can
create and modify it from simple text editor)
- create/save/load/execute SQL QUERIES !!!
- execute scripts !!!
- copy to/paste from Windows clipboard
- convert memos between dbt and fpt format
- pack memos
[Download DBC3_0.ZIP][Download DBCAX3_0.ZIP][DBC FAQ]
[Download DBCHX3_1.ZIP]