Difference between revisions of "Other Firebird libraries"

From Lazarus wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 
{{Other_Firebird_libraries}}
 
{{Other_Firebird_libraries}}
This page lists third party libraries/code for using Firebird in Lazarus/FPC.  
+
Cette page fait la liste des bibliothèques/du code tierce partie pour l'utilisdation de Firebird dans Lazarus/FPC.
  
For the native SQLDB (the FPC/Lazarus built-in database library), see [[Firebird]]. That page also contains some general Firebird-related information
+
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.
  
==FBLib Firebird Library==
+
==Bibliothèque Firebird FBLib==
  
 
[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.
 
[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.
Line 28: Line 28:
  
 
==IBX==
 
==IBX==
Please see [[IBX]].
+
Veuillez consulter [[IBX/fr|IBX]].
  
 
==Zeos==
 
==Zeos==
Please see [[ZeosDBO]].
+
Veuillez consulter [[ZeosDBO/fr|ZeosDBO]].
 +
 
 
<br/>
 
<br/>

Revision as of 07:27, 12 May 2017

English (en) français (fr)
Cette page fait la liste des bibliothèques/du code tierce partie pour l'utilisdation de Firebird dans Lazarus/FPC.

Pour la SQLDB native (la bibliothèque de base de données intégrée de FPC/Lazarus), sed reporter à Firebird. Cette page contient aussi quelques informations relatives à Firebird.

Bibliothèque Firebird FBLib

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

Veuillez consulter IBX.

Zeos

Veuillez consulter ZeosDBO.