Components, help files, documentation
Examples
Third-party tools
Tools based on FIBPlus
Integration of FIBPlus and third-party tools and components
![]() | Components, help files, documentation |
| 06/20/2006 | FIBPlus Developer's Guide Part 1 (NEW) | FIBPlus Developer's Guide in printable format (PDF). Part 1. (NEW) |
| 03/15/2007 | FIBPlus Developer's Guide Part 2 (NEW) | FIBPlus Developer's Guide in printable format (PDF). Part 2. (NEW) |
| 10/14/2007 | FIBPlus 6.8 for Delphi 5-7, 2005-2007 | FIBPlus installation package for Delphi 5-7, 2005-2007 (compiled dcu, examples, documentation and FIBPlusTools experts) |
| 10/14/2007 | FIBPlus 6.8 for C++ Builder 5-6 | FIBPlus installation package for C++ Builder 5-6 (compiled dcu+obj, examples, documentation and FIBPlusTools experts) |
| 06/29/2007 | FIBPlus 6.7 for Kylix 3 | Installation package with sources and FIBPlusTools |
| 12/06/2006 | Help for C++ Builder 2006 | FIBPlus Help file for C++ Builder 2006 |
| 06/29/2007 | FIBPlus 6.7 for C++ Builder 2006 | Installation package with sources, examples and FIBPlusTools |
| 07/23/2006 | Help for Delphi 2006 | FIBPlus help for Delphi 2006 |
| 07/23/2006 | Help for Delphi 2005 | FIBPlus help for Delphi 2005 |
| 02/20/2004 | Help for Delphi 7 | FIBPlus Help for Delphi 7 |
| 02/20/2004 | Help for Delphi 6 | FIBPlus Help file for Delphi 6 |
| 02/20/2004 | Help for Delphi 5 | FIBPlus Help file for Delphi 5 |
| 02/20/2004 | Help for C++ Builder 6 | FIBPlus Help file for C++ Builder 6 |
| 02/20/2004 | Help for C++ Builder 5 | FIBPlus Help file for C++ Builder 5 |
![]() | Examples |
| 01/20/2006 | New full package of all examples for Delphi | Recommended! The newest package of FIBPlus examples (for Delphi) demonstrates 34 main FIBPlus features (tested on FIBPlus version 6.5). You will learn how to:
|
| 12/12/2001 | Databases for FIBPlus examples (required) | InterBase databases required for all FIBPlus samples, except of "Demo pack" by Dmitry Kovalenko |
| 11/26/2002 | IntraWeb example (Delphi) | IntraWeb example (Delphi). It shows how to use FIBPlus together with IntraWeb components and how to use FIBPlus advantages (local sorting) for web-development (requires FIBPlus_Example.gdb). |
| 12/12/2001 | AliasManager example (Delphi, C++ Builder) | AliasManager example (Delphi, C++ Builder). It contains sources of AliasManager, which helps you to use such a special FIBPlus feature as Aliases in TpFIBDatabase (the Alias property). |
| 12/12/2001 | Array-fields demo (Delphi, C++ Builder) | Array-fields demo (Delphi, C++ Builder). It demostrates two ways how to use array-fields with the help of FIBPlus. The first way is to get and set array-field values using special methods. The second way shows how to use array-fields in any standard visual db-ware components. |
| 02/26/2004 | UpdateObject example (Delphi, C++ Builder) | This example demonstrates how to use the TpFIBUpdateObject component. |
| 02/26/2004 | DBUDF system tables example (Delphi, C++ Builder) | This example enables you to view the following InterBase system tables: RDB$FUNCTIONS
and RDB$FUNCTION_ARGUMENTS. |
| 02/26/2004 | Triggers example (Delphi, C++ Builder) | This example enables you to view the following InterBase system tables: RDB$TRIGGER_MESSAGES
and RDB$TRIGGERS. |
| 02/26/2004 | StoredProcedures system tables (Delphi, C++ Builder) | This example enables you to view the following InterBase system tables:
RDB$PROCEDURES and RDB$PROCEDURE_PARAMETERS. |
| 02/26/2004 | Shutdown/Restart example (Delphi, C++ Builder) | This example enables you to shut down and restart a database. |
| 02/26/2004 | SavePoint example (Delphi, C++ Builder) | This example demonstrates how to use "nested transactions"... |
| 02/26/2004 | Relations example (Delphi, C++ Builder) | This example displays the following InterBase system tables:RDB$RELATIONS
and RDB$RELATION_FIELDS. |
| 02/26/2004 | Filtering example (Delphi, C++ Builder) | This example demonstrates how to use local dataset filtering. |
| Events example (Delphi, C++ Builder) | This example demonstrates how to post and handle InterBase events. | |
| 02/26/2004 | ErrorHandler example (Delphi, C++ Builder) | This example demonstrates error handling. |
| 02/26/2004 | DBGeneratorsExceptions example (Delphi, C++ Builder) | This example displays the database generators and exceptions. |
| 02/26/2004 | DBFilesPages example | This example displays the information about secondary database files and pages. |
| 02/26/2004 | CreateDatabase example (Delphi, C++ Builder) | Run and set the full path to a new database. The directory you set should already exist. |
| 02/26/2004 | CharacterSet example (Delphi, C++ Builder) | This example allows you to view the following InterBase system tables: RDB$CHARACTER_SETS
and RDB$COLLATIONS. |
| 02/26/2004 | Backup/Restore example (Delphi, C++ Builder) | This example demonstrates how to backup and restore databases |
| 02/26/2004 | Alter database example | This example demonstrates how to add a new secondary file to the existing database |
| 10/08/2003 | BatchToQuery example | This example demonstrates how to use TpFIBQuery.BatchToQuery method to copy data from one database to another. Necessary databases (*.gbk) are included. |
| 12/12/2001 | Local sorting example (Delphi, C++ Builder) | Local sorting example (Delphi, C++ Builder). it shows how to use DoSort method of TpFIBDataSet for local sorting data that is without re-open of a query. |
| 01/14/2002 | Demo Pack by Dmitry Kovalenko (Delphi) | Demo Pack by Dmitry Kovalenko (Delphi). It includes:
The necessary database is included in archives. |
![]() | Third-party tools |
| 02/14/2003 | TDBVirtualStringTree | TDBVirtualStringTree is a descendant of
VirtualStringTree. VirtualStringTree is at www.lischke-online.de.
This is a tree, that loads data on opening a branch. It Includes components for using TDBVirtualStringTree with FIBPlus and demo project. |
| 02/10/2003 | User Control Package | User Control Package is a freeware package of components compatible with FIBPlus that easily allows to control access to the programs developed in Delphi 6 and 7. It supports main standards of data access and Database servers compatible with Delphi. The menu items control is made in an automatic way. The menu items are extracted from the TMenu attributed to the main Form. Also it is possible to control access to the buttons and other objects supporting Actions. The access can be defined by User and Profiles of User. It also allows to log events in the program. |
| 05/18/2004 | gb_DataSets Components 1.04 | by Spirin Sergey (e-mail: paritet@spa.msu.ru) gb_DataSets Components is a set of components providing an opportunity of normal navigation on large data sources - tables and queries. The set consists of two components: TgbDataSet and TgbTable. The first one provides caching, navigation, editing on a random data set which has returned SQL-query, the second provides similar functionality on a separate table. Unlike standard IBX- and FIBPlus-DataSets, gb_DataSets never download the all data from the InterBase server. So, the basic distinction between such components as IBTable, IBDataSet, IBQuery, pFIBDataSet, consists in cache architecture and The current version supports FIBPlus 5.3. If you use previous FIBPlus version, you can try gb_DataSets 1.03 |
| 10/18/2001 | InterBase Visual SQL | InterBase Visual SQL by Ecological Software Solutions. |
| 10/18/2001 | Components for FIBPlus and FastReport integration | These archives also include some comments from Vitaly Barmin about installation and use in Delphi 3. |
| 09/07/2001 | SQL Editor | Design-time SQL Editor from Andrew Semack (e-mail: sammy@profix.poltava.ua) |
| 07/16/2001 | Visual IBQueryBuilder | Visual IBQueryBuilder written by Dennis Ortiz Vives (e-mail: d2ortiz@prtc.net) |
| 12/07/2006 | A component for work with .JPG files in FIBPlus | A component for work with .JPG file in FIBPlus. It's a modified DBImage and it works well with .JPG files. Note: this component has been tested only for Delphi 6, so if you are using other Delphi versions, maybe you'll need to modify the component. |
| 02/17/2005 | FIBPlus and Report Builder (DADE) integration | ReportBuilder Pro (DADE) integration with FIBPlus by Alan G. Livingstone. Delphi 7 |
| 10/11/2004 | Atstariff FIBPlus Script | Commercial SQL-script components with good technical support by its author - Nikolay Trifonov. The component implements:
Recommended by Devrace. |
| 05/05/2004 | pFIBScript | Updated for Delphi 2006. Iliya Iliev has ported pFIBScript component from IBX. This component enables you to execute SQL scripts in your applications |
| 05/05/2004 | pFIBExtract | Updated for Delphi 2006. The pFIBExtract component ported from IBX by Iliya Iliev. This component enables you to extract database metadata to SQL script. |
| 11/26/2003 | ASTA Server based on FIBPlus | ASTA Server based on FIBPlus by the ASTA Technology Group (http:// www.astatech.com). |
| 07/16/2001 | InterBase EventAlerter | New InterBase EventAlerter for FIBPlus by Vadim Yegorov. (e-mail: zg@matrica.apollo.lv) |
| 07/16/2001 | Components for dbPager based on FIBPlus | Components for dbPager based on FIBPlus by Eugene Bayanov (e-mail: bayanov@alt.ru; home page: http://bayanov.newmail.ru/) |
| 07/16/2001 | Pictures for FIBPlus components based on IBX | Pictures for FIBPlus components based on IBX by Dmitriy Kovalenko. Updated for FIBPlus 4.1 (e-mail: dmitriy@morion.kiev.ua) |
![]() | Tools based on FIBPlus |
| 11/18/2003 | BT SQLMonitor | BT SQLMonitor is a free tool enabling to monitor connections to databases, SQL-queries and transactions of applications written on IBX and FIBPlus. Features:
|
| 10/18/2001 | SQL Monitor by Boris Ermoshin | SQL Monitor is a tool for tracking operations between server and client applications. This program is similar to standard Delphi SQL Monitor. Written by Boris Ermoshin (historymail@public.mtu.ru). Features:
|
| 01/14/2002 | MiTeC InterBase Query 2.6 | MiTeC Interbase Query is a freeware InterBase 6.0 managing tool written by MichaL MutL. If you enjoyed old WISQL you will like this tool too :). It is a small and nice query and script editor, which is compatible with Interbase 6.0 and Firebird. Features:
|
| 01/14/2002 | MiTeC Interbase Performance Monitor 2.0.6 | This freeware tool is written by MichaL MutL. It scans and shows some parameters of Interbase state such as:
|
| 07/16/2001 | EMS IBManager (former QuickDesk) | InterBase/Firebird Administration Tool |
| 07/16/2001 | FIBPlus Alias Manager | Alias Manager is a tool for editing FIBPlus database aliases. Using Alias Manager you get a very convenient access to information about aliases in the system registry. |
| 11/18/2001 | SQL Monitor | Using SQL Monitor you can view and log any operations with databases in applications written with FIBPlus. SQL Monitor allows to view separate applications and set a filter on needed sql-operations: connection/disconnection, control of transactions, preparation and execution of queries. |
| 07/16/2001 | IBAlterView | IBAlterView - is a unique tool, it allows you to emulate the 'ALTER VIEW' command which at present exists neither in Interbase, nor in FireBird. Before the existence of IBAlterView for changing the description of some certain view you manually had to cut off all the objects even to some extent dependant on this view. Now IBAlterView will do this itself! Of course we cannot guarantee that you will be 100% successful but in most cases our tool will be your best and indispensable helper! For being on the safe side, please, make copies of your database before using IBAlterView. :-) |
![]() | Integration of FIBPlus and third-party tools and components |
| 12/17/2006 | FIBPlus and Context Database Designer & Database Extensions v.2.11 integration | Components for FIBPlus and Context Database Designer & Database Extensions v.2.11 integration + a demo example. |
| 02/20/2006 | FIBPlus and FastReport 4.0 integration | Components for FIBPlus and FastReport 4.0 |
| 08/01/2006 | FIBPlus and TMS Scripter Studio integration | Components for FIBPlus and TMS Scripter Studio integration, integrated IDE for script debugging and script examples |
| 07/25/2006 | FIBPlus and TMSAdvDBGrid integration | Components for FIBPlus and TMSAdvDBGrid integration |
| 07/24/2006 | FIBPlus and FastReport 2.56 integration | Components and example of FIBPlus and FastReport 2.56 integration (supports Delphi 2006) |
| 07/10/2006 | FIBPlus and DataAbstract integration | Components for FIBPlus and DataAbstract (Remobjects) integration |
| 06/20/2006 | FIBPlus and EhLib integration | Components and example of FIBPlus and EhLib integration |
| 01/27/2006 | FIBPlus and Fast Query Builder integration | Components and demo example of FIBPlus and Fast Query Builder 1.03 integration |
| 01/27/2006 | FIBPlus and Rave Report integration | Components and example of FIBPlus and Rave Report integration |
| 01/18/2006 | FIBPlus and FastReport 2.0 integration | Components and demo example of FIBPlus and FastReport integration. |
| 01/18/2006 | FIBPlus and Rubicon integration | Components and example of FIBPlus and Rubicon integration. How to install Rubicon driver with FIBPlus? |
| 12/19/2005 | FIBPlus and Jazmine (JCW) integration | Components and example of FIBPlus and Jazmine (JCW) integration |
| 12/19/2005 | FIBPlus and Report Builder integration | Components and example of FIBPlus and Report Builder integration |

During a re-write of a very large software system we were having some difficulties utilizing a 3rd party grid that we had chosen. The dataset connectivity was very flaky due to the complex joins and updates we were using which caused the grids to behave very sketchy. FIBPlus was the perfect solution for us. After implementing it everything became so much easier. The grid functionality stabilized, data retrieval was much faster, and we were pleasantly surprised by many of the unique features of your components. We were especially impressed with your pFIBUpdateObject components which allowed us to very easily update the multiple tables we were using in our joins. Many thanks for your great components.
>>