Difference between revisions of "Other Firebird libraries"

From Free Pascal wiki
Jump to navigationJump to search
(Back to the english text)
 
Line 1: Line 1:
 
{{Other_Firebird_libraries}}
 
{{Other_Firebird_libraries}}
Cette page fait la liste des bibliothèques/du code tierce partie pour l'utilisdation de Firebird dans Lazarus/FPC.
+
This page lists third party libraries/code for using Firebird in Lazarus/FPC.  
  
Pour la SQLDB native (la bibliothèque de base de données intégrée de FPC/Lazarus), sed reporter à [[Firebird/fr|Firebird]]. Cette page contient aussi quelques informations relatives à Firebird.
+
For the native  SQLDB (the FPC/Lazarus built-in database library), see [[Firebird]]. That page also contains some general Firebird-related information
  
==Bibliothèque Firebird FBLib==
+
==FBLib Firebird Library==
  
[http://fblib.altervista.org FBLib] est une bibliothèque Open source, pour un accès direct au SGBDR Firebird depuis Delphi, Kylix, Free Pascal et Lazarus.
+
[http://fblib.altervista.org FBLib] is an open source library, for direct access to Firebird Relational Database from Borland Delphi, Kylix, Free Pascal and Lazarus.
  
Les caractéristiques actuelles sont :
+
Current features include:
* L'accès direct à Firebird 1.0.x 1.5.x, 2.x [https://firebirdsql.org/manual/qsg25-classic-or-super.html Classic ou SuperServer].
+
* Direct Access to Firebird 1.0.x 1.5.x, 2.x Classic or SuperServer
* Le développement multi plate-forme (Win32, Gnu/Linux, FreeBSD)
+
* Multi platform [Win32, Gnu/Linux, FreeBSD)
* La sélection automatique de la bibliothèque client 'fbclient' or 'gds32'
+
* Automatic select client library 'fbclient' or 'gds32'
* L'interrogation avec paramètres.
+
* Query with parameters
* Le support des [https://firebirdsql.org/manual/isql-dialects.html dialectes SQL 1/3].
+
* Support SQL Dialect 1/3
* Licence [https://fr.wikipedia.org/wiki/Licence_publique_g%C3%A9n%C3%A9rale_limit%C3%A9e_GNU LGPL].
+
* LGPL license
* L'extraction de méta-données.
+
* Extract Metadata
* Un analyseur de script simple.
+
* Simple Script Parser
* Seulement 100-150 KO sont ajoutés dans l'exécutable final.
+
* Only 100-150 KB added into final executable
* Prise en charge des [https://firebirdsql.org/refdocs/langrefupd21-blob.html champs BLOB].
+
* Supports BLOB Fields
* Exportation des données sous forme de HTML ou de Script SQL.
+
* Export Data to HTML or SQL Script
* Un gestionnaire de service (sauvegarde, restauration, correction …)
+
* Service manager (backup, restore, fix…)
* Un alerteur d'événements.
+
* Events Alerter
  
Vous pouvez télécharger la documentation sur le [http://fblib.altervista.org/ site web de FBLib].
+
You can download documentation on [http://fblib.altervista.org/ FBLib's website].
  
FBLib n'est plus maintenu par les auteurs originaux. Comme le [http://tiopf.sourceforge.net/ framework tiOPF] utilise cette bibliothèque, leurs mainteneurs continuent de corriger des choses. Il est recommandé d'utiliser la verison mise à jour via svn [https://tiopf.svn.sourceforge.net/svnroot/tiopf/3rdParty/FBLib/Trunk].
+
FBLib is no longer maintained by the original authors. As the tiOPF framework uses this library, their maintainers have continued fixing things. It is recommended to use the updated version via svn: [https://tiopf.svn.sourceforge.net/svnroot/tiopf/3rdParty/FBLib/Trunk]
  
 
==IBX==
 
==IBX==
Veuillez consulter [[IBX/fr|IBX]].
+
Please see [[IBX]].
  
 
==Zeos==
 
==Zeos==
Veuillez consulter [[ZeosDBO/fr|ZeosDBO]].
+
Please see [[ZeosDBO]].
 
 
 
<br/>
 
<br/>

Latest revision as of 07:02, 21 June 2017

English (en) français (fr)
This page lists third party libraries/code for using Firebird in Lazarus/FPC.

For the native SQLDB (the FPC/Lazarus built-in database library), see Firebird. That page also contains some general Firebird-related information

FBLib Firebird Library

FBLib is an open source library, for direct access to Firebird Relational Database from Borland Delphi, Kylix, Free Pascal and Lazarus.

Current features include:

  • Direct Access to Firebird 1.0.x 1.5.x, 2.x Classic or SuperServer
  • Multi platform [Win32, Gnu/Linux, FreeBSD)
  • Automatic select client library 'fbclient' or 'gds32'
  • Query with parameters
  • Support SQL Dialect 1/3
  • LGPL license
  • Extract Metadata
  • Simple Script Parser
  • Only 100-150 KB added into final executable
  • Supports BLOB Fields
  • Export Data to HTML or SQL Script
  • Service manager (backup, restore, fix…)
  • Events Alerter

You can download documentation on FBLib's website.

FBLib is no longer maintained by the original authors. As the tiOPF framework uses this library, their maintainers have continued fixing things. It is recommended to use the updated version via svn: [1]

IBX

Please see IBX.

Zeos

Please see ZeosDBO.