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:
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
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
|
[ 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
|
[ 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
|
[ 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
|
[ 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:
ZeosDBO supports direct connectivity to the following databases using the vendor provided, native interface:
For other databases we propose to use implemented Active Data Objects (ADO) Bridge. Advantages of using ZeosDBO:
Package contents:
Installed components:
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
|
[ 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
|
[ 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
|
[ 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: MDB files and QueryDefs Added: 21-05-2000/9-01-2006 | Version: 9.1 | Downloads: 26861/21391/56
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
[ 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
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.