IBPP

From Ibpp

(Difference between revisions)
(Where does IBPP come from ?)
Line 30: Line 30:
==Where does IBPP come from ?==
==Where does IBPP come from ?==
-
IBPP comes from 'IInterface', an internal proprietary and experimental project of T.I.P. Group S.A. back in 1999 (that's in Belgium, Europe). In august 2000, 'IInterface' was re-worked and got released. The motivation was to allow further collaborative open-source, open-minded development of the class library and port it to Linux too. Yes, the primary and original development environment was Win32.
+
IBPP comes from 'IInterface', an internal proprietary and experimental project of [http://www.tipgroup.com T.I.P. Group S.A.] back in 1999 (that's in Belgium, Europe). In august 2000, 'IInterface' was re-worked and got released. The motivation was to allow further collaborative open-source, open-minded development of the class library and port it to Linux too. Yes, the primary and original development environment was Win32.

Revision as of 07:16, 6 March 2006

The main purpose of this 'wiki' is to provide developers documentation about IBPP.

This is a work in progress, the skeleton of the documentation is being built. When it will be ready the leaf pages of documentation will be opened for edit by anybody. Right now this wiki does not contain more information than the old website. But it will grow faster and easier as soon as the documentation skeleton will be completed.

Contents

What is Firebird Server ?

Firebird Server is an open source relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird Server offers excellent concurrency, high performance, powerful language support for stored procedures and triggers. It has been used in many production systems within a large number of commercial companies since 1981.

Firebird Server is a commercially independent project of C and C++ programmers, technical advisors and supporters (The Firebird Project) developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000.

What is IBPP ?

IBPP, where 'PP' stands for '++', is a C++ client interface for Firebird Server versions 1.0, 1.5 and further. It also works with InterBase® 6.0, though it is expected it might only support Firebird in the future. It is a class library, free of any specific development tool dependancies. It is not tied to any 'visual' or 'RAD' tool. It was indeed developed to add Firebird access in any C++ application. Those applications using IBPP can be non-visual (CORBA/COM objects, other libraries of classes and functions, procedural 'legacy' code, for instance). But it can of course also be used in visual or RAD environments. IBPP is indeed purely a dynamic SQL interface to Firebird. In some easy (we think so :-) to use C++ classes, you will find nearly all what is needed to access a Firebird database, and manipulate the data. IBPP also offers access to most of the administrations tasks : creating a database, modifying its structure, performing online backups, administering user accounts on the server and so on. Licensing

IBPP is an open-source development project. Here is the IBPP License document. We also have a Licensing FAQ.

Where can I get IBPP ?

Jump to our development pages on SourceForge where IBPP development is hosted.

Where to get support ?

Please use the ibpp-discuss users mailing list for general assistance. We ask you to first subscribe to the list, then post your questions to the list. Postings by non list members are held for review by administrators, and depending when those can have a look to hold messages, your question might experience delays of multiple hours before being delivered to the group of users.

You are welcome to report (true) bugs through the bug database system available on the project page at SourceForge.

Please keep in mind that everybody is working voluntarily on spare home or professional time, while nobody gets paid wether for contributing code to the project or to support users.

Where does IBPP come from ?

IBPP comes from 'IInterface', an internal proprietary and experimental project of T.I.P. Group S.A. back in 1999 (that's in Belgium, Europe). In august 2000, 'IInterface' was re-worked and got released. The motivation was to allow further collaborative open-source, open-minded development of the class library and port it to Linux too. Yes, the primary and original development environment was Win32.

Personal tools