C++ Builder 5.0x freeware
Data Base Programming

[ 1dnav_c5.zip ] [ 837,178 bytes ] [ Freeware ] [ No Source ]
[ C5 ]
Data Navigator contains a set of components for data searching and filtering different databases. The package includes a collection of non-visual components and a collection of visual components. Non-visual components are designed for filtering or searching for data in different dataset components. Visual components are designed for data entry by an end-user, in this case non-visual components of this package will filter or search required data. This package gives you the following advantages:
  • The filtration and search for the required data can be of any level of difficulty.
  • Optimization of search and filtration taking into account a current index.
  • SQL filtration. Use "WHERE" clause to limit the effect of a SELECT statement to a subset of rows in the table.
  • Support of BDE, MIDAS, ADO, dbExpress, InterBase Express, etc.
  • Support alternative database access: DBISAM, KeyDB, KbmMemTable, etc.
  • Development of VCL and CLX applications.
  • A broad set of visual components designed for data input by an end-user for the search and filtration of data.
  • Simple integration with any other visual components designed for data input.
  • Simple integration with any dataset components developed by other producers.
Our package gives you a very powerful set of components for organizing data searches and filtration in your application. The division of the package into a set of visual and non-visual components gives you maximum flexibility when building applications. We offer you the best set of components in this field and hope that you will enjoy our software product.
Data Navigator is currently available in Catalan, Chinese, Czech, Dutch, English, Farsi, Finnish, French, German, Greek, Hungarian, Italian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish and etc. languages.
Added: 18-03-2003/18-08-2003   |  Version: 1.04   |  Downloads: 565/556/3
Author:IMG Software   [Homepage]   [DSP files]
 
Compatible files:  [ D4 | D5 | D6 | D7 | C4 | C6 ]

[ alexsoft.zip ] [ 185,186 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | C4 | C5 ]
This library allows easier and faster development of clients for Database Applications. Depending on relations between your DataSets on the client side it automatically creates forms to Edit/View data in DataSets including Master-Detail. Also you can design your own more complex DB Forms using this library. Library contains about 20 data-aware components. - Powerful Data Controls - Components for powerful search on the client side - VCL compatible advanced DataSets - QuickReport compatible components for printing on ASCII printers using built-in fonts. Library supports BDE, MIDAS, ADO and any alternative database access. And it is absolutely free for commercial and non-commercial use.
Added: 4-06-2000/29-01-2002   |  Version: 1.6   |  Downloads: 14489/14378/24
Author:Alex Rabiciuc   [DSP files]

[ anirom_mylittlebase_delphi.zip ] [ 53,807 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 | C1 | C3 | C4 | C5 ]
The new version 2.02 of mylittlebase database component for delphi is released. This component is stable for delphi 32 bits (no memory leak), and after 4 years of existance that made mylittlebase and mlb format a web standard, this is certainly the best embedded database engine for little and medium tables. It will replace very well the BDE in delphi personnal editions, but with a philosophy very clear and simple that developpers love (take a look at the api on http://www.mylittlebase.org/).
Added: 2-06-2003   |  Version: 2.02   |  Downloads: 2875/2875/38
Author:ANIROM Multimedia   ANIROM Multimedia   [Homepage]   [DSP files]

[ dlpmlb2.zip ] [ 43,182 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 | C1 | C3 | C4 | C5 | K1 ]
free, cross platform and 100% standalone (no ADO no BDE no DLL) csv database system. mylittlebase 2 has a bunch of new features that mlb 1 had not. For example it handles Excel and ISAM files. Plus mylittlebase is now a true opensource freeware. (visit http://www.mylittlebase.org/ for lessons and api).
Added: 12-03-2000/5-11-2001   |  Version: 2.00   |  Downloads: 17439/17081/23
Author:Thierry   Thierry | ANIROM   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal & Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.
released under Mozilla Public License 1.1 (MPL 1.1)
Added: 4-02-2003   |  Version: 5.55   |  Downloads: n/a
Author:TurboPower B-Tree Filer Project (Sourceforge)   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 | D7 | C5 | C6 | K1 | K2 | K3 ]
ZeosDBO is a database middleware components for Borland development tools, including Delphi, C++ Builder and Kylix.

The following compilers are supported:

  • Delphi 4 - 7
  • C++ Builder 4 - 6
  • Kylix 1 - 3

ZeosDBO supports direct connectivity to the following databases using the vendor provided, native interface:

  • MySQL 3.20 - 4.1
  • PostgreSQL 6.5 - 7.3
  • Firebird 1.0 - 1.5
  • Interbase 5.0 - 7.5
  • Microsoft SQL Server 7, 2000
  • Sybase ASE 12.0, 12.5

For other databases we propose to use implemented Active Data Objects (ADO) Bridge.

Advantages of using ZeosDBO:

  • Platform independance. The ZeosDBO is highly generic. Applications written in ZeosDBO can be migrated across databases without major changes.
  • ZeosDBO is open source, written for usability and extensibility.
  • ZeosDBO leverages the amazing power of the Delphi development environment without relying on a performance killing middleware.
  • ZeosDBO is an extremely thin abstraction layer, unlike 'thick' layered protocols like ADO and BDE.

Package contents:

  1. ZCore - Core classes and interfaces. Contains Java style objects and collections as well as compatibility types and functions.
  2. ZParseSql - SQL specific for syntax and lexical analysis.
  3. ZPlain - Native plain API to supported SQL servers.
  4. ZDbc - Port of Java Database Connectivity API (JDBC 2.0). DBC API acts as intermediate layer between Plain API and highlevel TDataset or DBExpress components.
  5. ZComponent - visual components descended from TDataset.

Installed components:

  1. TZConnection: This component encapsulates the database connection and transaction management.
  2. TZReadOnlyQuery: TDataset component to execute SQL queries and process data in read-only mode.
  3. TZQuery: TDataset component which allows data modifications in regular and cached mode.
  4. TZUpdateSQL: Analog of standard TUpdateSQL component to explicite definition of Insert/Update/Delete SQL statements for TDataset modifications.
  5. TZStoredProc: The component to execute SQL stored procedures.
  6. TZSQLProcessor: The component to execute SQL scripts for different SQL and various delimiter types.
  7. TZSQLMonitor: The component to monitor all outgoing SQL queries and other logging information.
  8. TZSQLMetadata: Specialized TDataset component which provides an access to database metadata such as tables, columns, indices, etc.

The project home page is here (for news, links and other project info): http://www.zeoslib.net

The sourceforge development site is located here (for technical resources and anonymous web based cvs access): http://www.sourceforge.net/projects/zeoslib


Added: 21-03-2001/9-02-2004   |  Version: 6.1.3 beta   |  Downloads: n/a
Author:ZeosLib team   [Homepage]   [DSP files]

[ link: sqlmemtable_spec.php ] [ size n/a ] [ Freeware ] [ No Source ]
[ D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
AidAim SQLMemTable - FREE! SQLMemTable is a fast and easy-to-use in-memory table and query VCL for Delphi and C++ Builder. SQLMemTable includes two visual components: TSQLMemTable, which is a fast and easy in-memory TTable replacement; TSQLMemQuery that provides a subset of SQL'92 operators. SQLMemTable does not require BDE and provides all the TTable functions such as master / detail relationship, filtering, searching, sorting, blob fields, key and range methods, as well as some advanced features like blob fields compression and Unicode support. SQLMemTable provides the following services: SQL (DML & DDL) commands support; master / detail relationship; creating, renaming, emptying, deleting and restructuring tables; creating, editing, deleting, browsing and searching for records; creating and deleting multiple indexes; calculated and lookup fields; filtering support; BLOB fields compression; importing from and exporting to any dataset in fast and easy way; internationalization / localization and Unicode support. SQLMemTable is a fully functional in-memory database system; it includes table and query components as well as useful utility (with source code), demos and comprehensive help. SQLMemTable does not require BDE or any external drivers and has small footprint. Features and benefits: Compactness - Short compiled code with approximate size 300 Kb, no external drivers (such as BDE) required. - Small memory consumption by SQLMemTable database engine. - Fast BLOB data compression. Your large data fields will need less memory. SQLMemTable can compress data on the fly. The compression routines used in the SQLMemTable are much faster than most of popular archivers like PKZip, WinRar, Arj. High performance - Fast search by B-tree indexes. At the moment SQLMemTable is one of the fastest existing in-memory tables for Delphi and C++ Builder. - High-speed in-memory performance is achieved by means of using specially optimized memory manager and tuned algorithms. - Quick operations with strings. SQLMemTable compares strings up to 3 times faster than standard Delphi string routines. High performance is achieved by using a special library written in Assembler and an advanced sorting algorithm. - Advanced SQL optimizer often makes query execution significantly faster by choosing the best execution plan. Functionality - A subset of SQL'92 (DML & DDL) operators is supported by TSQLMemQuery component. With SQLMemTable you can create SQL scripts for creating tables, inserting, editing and deleting records, retrieving data by SELECT command. See full list of supported commands. - Advanced search engine. SQLMemTable supports 'LIKE' operator with wildcards '%' and '_', as well as 'IS NULL' and 'IS NOT NULL' in filters and queries. - Full multiple index support, i.e. numerous fields in a table may comprise an index. SQLMemTable provides descending and ascending indexes, case-sensitive and insensitive indexes for string fields. - Shareable in-memory tables. SQLMemTable supports simultaneous access to a table by multiple TSQLMemTable components within a single application. - Default values support. - Record-level constraints, i.e. constraints that must be met when editing the data. Compatibility - SQLMemTable supports most of TTable field data types, including BLOB fields, moreover it allows to create string and wide string fields of any fixed length. - SQLMemTable is fully compatible with standard DB-aware visual controls such as QuickReport, DBGrid, DBNavigator, DBImage, DBMemo, DBRichEdit, as well as with third party products supporting TDataset descendant components - FastReport, DBFlyTreeView and others. - Calculated and lookup fields can be used in the same way as TTable. - Most of TTable functions are supported including Key and Range methods. Convenience - Table restructuring is being performed in the easiest way keeping all the existing data. - Data importing from and exporting to any dataset is supported. SQLMemTable provides you with the simplest way to import and export tables using ImportTable and ExportTable methods. - Internationalization / localization support. All text search and sorting functions use current system locale, so localizing your program with SQLMemTable is a very simple task. - Unicode support. All the text operations work with multi-byte encoding using ftWideString. - Comprehensive help. SQLMemTable comes with full documentation presented in SQLMemTable Developer's Guide and SQLMemTable Reference.
Added: 31-05-2004   |  Version: v.2.12   |  Downloads: n/a
Author:AidAim Software   AidAim Software   [Homepage]   [DSP files]

[ link: pivotcubevcl.exe ] [ size n/a ] [ Freeware ] [ No Source ]
[ D5 | D6 | D7 | C5 | C6 ]
PivotCube VCL is a set a visual components for OLAP analisys and reporting. You can use it to load data from huge relational databases, look for information or details and create summaries and reports that help the end user in making accurate decisions. It provides highly dynamic interface for interactive data analysis.
Added: 5-05-2003/21-03-2006   |  Version: 7.2.6.5   |  Downloads: n/a
Author:Alex Zencovich   Alex Zencovich   [Homepage]   [DSP files]

[ kadao91.zip ] [ 400,286 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
KADao is a native DAO component for Delphi.
It is the first freeware component to completly access all databases
supported by Microsoft DAO (Data Access Objects) including mdb,
xls, dbf etc..
BDE is not required. Microsoft(r) DAO(tm) must be Installed in order
component to run.
Support for both Microsoft(r) Access'xx-Access'97 and Microsoft(r)
Access'2000-2002.
Features:
  • 1. Create, Repair, Compact, Encrypt Access'97 and Access'2000
    MDB files
  • 2. Create tables, add indexes, and fields to existing tables and so on.
  • 3. Work as a Table and Query Component supporting both Queries
    and QueryDefs
  • 4. Compatible with all data aware controls
  • 5. Master/Detail support
  • 6. Locate, Lookup support
  • 7. Find_First, Find_Next, Find_Last, Find_Prior
  • 8. Seek_Nearest, Seek_NearestEx and many more ...
    Added: 21-05-2000/9-01-2006   |  Version: 9.1   |  Downloads: 26861/21391/56
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]
  • [ kadaocontrols80.zip ] [ 130,633 bytes ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]

    KADao Controls is a set of visual freeware controls for KADao
    KADao Controls can be used only with KADao v 7.2 or higher
    KADao Controls include:
    KADaoDBGrid - Just link it to a KADAOTable and you get a profi app!,
    KADaoSortByButton,
    KADaoFilterByButton,
    KADaoFindButton,
    KADaoSeekButton,
    KADaoSelectIndexButton,
    KADaoCVFButton,
    KADaoDateTime, KADaoDbGUIDEdit
    KADaoExportButton, KADaoDBColumnCheckListBox,KADaoDBColumnListBox,
    KADaoSearch,KADaoDBColumnCombo,KADaoDBStringList
    KADao Controls gives the final user power to do
    proffesional things with a single click
    Added: 19-11-2001/2-06-2003   |  Version: 8.0   |  Downloads: 9823/9419/23
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]

    [ kadaope.zip ] [ 258,682 bytes ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | C4 | C5 ]

    KADao Personal Edition (PE) is a native DAO component for users of Delphi 5 and 6 Personal editions
    It is created in a way that without TDataset to accces all databases supported by MS DAO
    KADaoPE is a set of components to use with Microsoft(r) DAO(tm) Engine
    KADaoPE is FREE for commercial and non-commercial use i.e it is absolutely free!
    KADaoPE is intended to be used with direct COM access to DAO
    KADaoPE comes with no support of any kind.
    Use MS DAO Help files for work with KADAO PE
    Added: 9-09-2001   |  Version: 5.70   |  Downloads: 3929/3929/3
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]

    [ kbmmemtb252ibeta.zip ] [ 174,156 bytes ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | C3 | C4 | C5 ]
    Latest version of the open source/free(info)-ware in memory table component TkbmMemTable. Although the beta label its very stable. Includes massive amounts of improvements and new features. Please join the memtable community at http://www.onelist.com/community/memtable for support and for getting information about new releases. Also download the file and documentation (and dont forget kbmX10 (X10 house control) and kbmWABD (Rapid Web development tool)) from http://delphi.e-indexit.com
    Added: 13-05-2001   |  Version: 2.52i Beta   |  Downloads: 2452/2452/1
    Author:Kim Bo Madsen   [DSP files]

    [ rsalias.zip ] [ 3,956 bytes ] [ Freeware ] [ With Source ]
    [ C3 | C4 | C5 ]
    Component for creating BDE Aliases via VCL or BDEAPI
    With source for BCB 3,4 and 5
    Added: 16-04-2000   |  Version: 1.0   |  Downloads: 3156/3156/1
    Author:Jeff Hiscock   Rapid Systems   [Homepage]   [DSP files]

    [ sqlscr.zip ] [ 129,183 bytes ] [ Freeware ] [ No Source ]
    [ D3 | D4 | D5 | D6 | C3 | C4 | C5 ]
    This is two components for Delphi and C++ Builder - SQLScript and UpdateSQLScript. Now it is possible to execute SQL script on the server by using SQLScript component. For example, for database installation or moving data between databases. UpdateSQLScript component works like well known UpdateSQL object but its InsertSQL, ModifySQL, DeleteSQL can contain SQL script - more then one SQL statement. An instance of the component may be assigned to UpdateObject property of Query object. [more]
    Added: 21-11-1999/29-01-2002   |  Version: 1.5   |  Downloads: 4971/4787/5
    Author:Karim Yusupov   Apelseen software   [Homepage]   [DSP files]

    [ tdbf628.zip ] [ 145,859 bytes ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | C3 | C4 | C5 ]
    TDbf is a TTable like component for single-user application. It allow you to use standard dBase files in your program without the need to install BDE. This is the most advanced free software of this type available for DELPHI. Allow the use of all dBase native type (character, numeric, logical, date, and MEMO). Support index files for sorting and searching File format compatible with Delphi Database Desktop.
    Now includes source.
    Added: 21-05-2000/8-09-2003   |  Version: 6.2.8   |  Downloads: 9858/9608/2
    Author:Micha Nelissen   [Homepage]   [DSP files]

    [ tutilcmp.zip ] [ 54,708 bytes ] [ Freeware ] [ With Source ]
    [ C3 | C4 | C5 ]
    Borland TUtil32 program converted to BCB3/4/5 Component Format so you can integrate Paradox table verification and rebuilding into your application.
    Added: 4-05-2000   |  Version: 1.0   |  Downloads: 2198/2198/1
    Author:Jonathan W. McCallister   Jonathan W. McCallister   [DSP files]

    [ viewcomb.zip ] [ 3,617 bytes ] [ Freeware ] [ With Source ]
    [ D1 | D2 | D3 | D4 | D5 | D6 | C1 | C3 | C4 | C5 ]
    TDBViewCombo is useful for navigation in dataset. It displays one field value for current record and contains list of all values of that field in dataset. Selection a value from drop down list cause moving to the corresponding record in dataset. To use just drop it on the form and set DataField and DataSource properties.
    Added: 19-09-1997/26-06-2001   |  Version: 1.3   |  Downloads: 6394/6391/9
    Author:Korzh Sergey   [DSP files]

    © 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
    All rights reserved.