C++ Builder 3.0x freeware Data Base Programming |
[ 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
|
[ cdbedit.zip ] [ 8,220 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | D4 | C1 | C3 ] | ||
TClassicDBEdit is a descendant class of TDBEdit which allows you to use the "old" DOS key editing and navigating key. For example, you can use Enter as Tab, PgUp to move to the prior record, PgDn to move to the next record, Up to move to the the prior field, Down to move to the next field, etc. [more] Added: 10-01-1999 | Version: 1.0 | Downloads: 9494/9494/2
|
[ DBAware.zip ] [ 457,680 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | C3 | C4 ] | ||
Abakus VCL DB-Aware Demo.... The current version V2.40 includes "flicker free" Meters, Bars (Gauge), Digital indicators (time, value), Tank displays, Thermometer, Dial (knob), Sliders, LED-indicator, Switches, Button, Added: 27-05-2001 | Version: V 2.40 | Downloads: 3027/3027/5
|
[ dbscache.zip ] [ 8,373 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | C1 | C3 ] | ||
TMGDBSessionCache caches database sessions along with a TDatabase component. TMGDBSessionCache was written for 3-Tier database applications where normally each new thread in the middle tier has to create a new session and connect to the database. MGDBSessionCache creates a certain amount of sessions along with TDatabase components attached to the sessions at program start. Threads can request a session from TMGDBSessionCache and will get the session name and the database name to be used in return. The returned session is already connected to the database and ready to use. When a thread has done its database jobs and no longer needs a session, the thread releases the session so TMGDBSessionCache can reuse it. Added: 20-02-2000 | Version: 1.0 | Downloads: 4663/4663/0
|
[ 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
|
[ 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
|
[ kbmcpool.zip ] [ 20,754 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | C3 | C4 ] | ||
Database connection handling components with multithread support. Has been created for use in f.ex. WWW applications (ISAPI servers). Now contains fully configurable caching mechanisms, Params editor for Delphi 3 and bugfixes. [more] Added: 25-04-1999/15-08-1999 | Version: 0.98 | Downloads: 5223/3206/1
|
[ kbmmemtb.zip ] [ 117,348 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | C3 | C4 ] | ||
TkbmMemTable is a 100% TDataset compatible in memory full featured table which is not dependant on the BDE at runtime. Features include: - 100% TDataset compatible - 100% compiled into the exe. - 100% independant of the BDE during runtime. - Blob compression - Full filter support not only through OnFilterRecord but also using an expression in the Filter property. - Several easy interfaces to the outher world (load/save data/structure to/from other tables or files) - Multilevel transaction control (undo insert/delete/updates since transaction start) using StartTransaction, Commit and Rollback. - Versioning and journaling for saving deltas of what has happened to the table in another table or file - Build in 100% extendable resolving capabilities of deltas and alot more. - Contains middleware capabilities through the resolver and deltas. Price for using as middleware?.... $0 - Contains designtime editor for designing the table. - 100% Thread safe. - Allows multiple cursors to same physical data. - Automatic persistency. Load from a file on opening and save to it on destruction/close. - Form persistency. Store default data at the form at designtime. - Extract or set the data as a commatext. - Snapshots. Save the complete table in a variant and load the table from a variant. - On the fly sorting on any fields ascending/descending. - Add data to the record without having a field using the record tag property. - Supports 99% of all fields supported by TTable/TQuery. - Lookup, Locate, FindNearest, SetKey, GotoKey, FindKey, EndKey, Ranges supported. - Bookmarks supported. - Unlimited number of real indexes supported. - Ressource strings translated to >10 languages. - Field types supported: ftString,ftSmallint,ftInteger,ftWord,ftBoolean,ftFloat,ftCurrency, ftDate,ftTime,ftDateTime,ftAutoInc,ftBCD,ftBlob,ftMemo,ftGraphic,ftF mtMe mo, ftParadoxOle,ftDBaseOle,ftTypedBinary,ftBytes, ftVarBytes, ftFixedChar,ftWideString,ftLargeInt,ftADT,ftArray - Full Master/Detail support both as master and as detail table. - Many more internal routines available to the programmer by choise. - Extendable. Full source code included. 100% free. Infoware... let me know when you are using it! Middleware components/tools developed using TkbmMemTable must be released as Open Source and freeware. Find latest versions at http://www.onelist.com/community/memtable [more] Added: 25-01-1999/26-03-2000 | Version: 2.33 | Downloads: 19608/10892/14
|
[ 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
|
[ kdbexp.zip ] [ 11,857 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | C1 | C3 | C4 ] | ||
Database Export pack contains several components for exporting database data to other formats. TKDatasetToText - export data from an active dataset into text file; TKDatabaseToText - export and import whole database to the text files. Memo and BLOB fields are also supported; TKDatasetToHTML - save an active dataset as HTML file; TKDatasetToDBF - save an active dataset into DBase table; TKDatasetToPrint - print dataset; Added: 16-04-2000 | Version: 1.0 | Downloads: 7504/7504/5
|
[ ncoci8.zip ] [ 643,796 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | C3 | C4 ] | ||
This is a component library for direct access to Oracle8i server. Now set includes 7 core components: TOCIDatabase - analog of TDatabase TOCITransactionManager - transaction management TOCIQuery - analog of TQuery TOCIStoredProc - analog of TStoredProc TNCSQLMonitorClient - client of Borland's SQLMonitor TOCIUpdateSQL - analog of TUpdateSQL TOCISequence - interface to Oracle sequences TOCINestedDataSet - analog of TNestedDataSet and 5 companion components and 1 expert. Help available. Added: 31-10-1999/14-01-2001 | Version: 0.9.2 beta | Downloads: 6092/5121/2
|
[ 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
|
[ rxlib25r.zip ] [ 1,073,769 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | D4 | C1 | C3 ] | ||
RX VCL Extensions Library contains a number of components, objects and routines for Borland Delphi [more] with international resource files for following languages: CZE, DUT, FRA, GAL, GER, HUN, ITA, POL, POR, SLO, SPA and SVK Added: 2-08-1998/6-08-1998 | Version: 2.50 | Downloads: 5071/5071/3
|
[ 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
|
[ tnscombo.zip ] [ 3,160 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | C3 | C4 ] | ||
This component is a combobox that will fill with available SID's from TNSNames.ora file if Oracle client software is installed. Useful for projects using ADO or BDE and want to let their users determine which Oracle instance to connect to. Uses registry to search for TNSNames.ora by looking in HKLM\Software\Oracle\to obtain location. Added: 13-02-2000 | Version: 1.0 | Downloads: 3408/3408/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
|
[ vghbase.zip ] [ 90,123 bytes ] | [ Freeware ] [ No Source ] [ D3 | D4 | C3 | C4 ] | ||
Drop-in Borland ClientDataset Redistributables replacement. HyperBase is a dynamic-link library that implements full-featured Borland MIDAS core DLL (DBClient.dll). It allows developers to avoid purchasing MIDAS Deployment License for multi-tier programs. All MIDAS features are implemented now. Added: 5-09-1999 | Version: 0.94 | Downloads: 2178/2178/1
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ). All rights reserved. | ![]() |