Delphi Programming
No edit summary
Tag: Source edit
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Firebird is an open source [[client/server]] [[RDBMS]] (Relational Database Management System). It was based on an open source version of [[Interbase]] but has grown beyond that. Interbase
+
Firebird is an [http://en.wikipedia.org/wiki/open_source open source] [http://en.wikipedia.org/wiki/client_server client/server] [http://en.wikipedia.org/wiki/RDBMS RDBMS] (Relational Database Management System). It was based on an open source version of [[InterBase]] but has grown beyond that.
   
 
== Delphi Support ==
 
== Delphi Support ==
   
Native Interbase components generally work well with Firebird but as Interbase and Firebird diverge in the future this may not be the case.
+
Native InterBase components generally work well with Firebird but as Interbase and Firebird diverge in the future this may not be the case.
   
== 3rd Party Firebird Support ==
+
== 3rd Party Firebird Tools & Components ==
   
  +
====[[IBExpert|AnyDAC]]====
  +
  +
High-speed, universal, direct data access Delphi components for Firebird, Interbase, MySQL, PostgreSQL, SQLite, MS SQL Server, Oracle, DB2, SQL Anywhere, dbExpress and ODBC data sources, and more, that simplifies the task of building Delphi, C++Builder and FPC database applications.
  +
 
http://www.da-soft.com/anydac/
 
====[[IBExpert]]====
 
====[[IBExpert]]====
   
A database development tool for Interbase and Firebird. There is a free personal version and a more functional commercial version with an available trial.
+
A database development tool for Interbase and Firebird. There is a free personal version and a more functional commercial version with an available trial.
   
 
http://www.ibexpert.com
 
http://www.ibexpert.com
Line 15: Line 20:
 
====[[IB Objects]]====
 
====[[IB Objects]]====
   
IB Objects are a suite of native VCL components for direct access to Interbase or Firebird. One thing that is very cool with this package is that you can switch from the BDE to direct Interbase/Firebird connectivity in no time.
+
IB Objects are a suite of native VCL components for direct access to Interbase or Firebird. One thing that is very cool with this package is that you can switch from the BDE to direct Interbase/Firebird connectivity in no time.
  +
  +
http://www.ibobjects.com '
  +
  +
====[[InterBase Data Access Components (IBDAC)]]====
  +
IBDAC from Devart is a library of components that provides access to InterBase, Firebird, and Yaffil database servers. IBDAC uses the InterBase client directly to connect to the server.
  +
  +
http://www.devart.com/ibdac/
  +
  +
== Resources ==
  +
  +
====Delphi Wiki====
  +
  +
* [[Firebird tipps]]
  +
  +
====Online====
  +
  +
* [http://www.firebirdsql.org/ Official Firebird Website]
  +
* [http://www.ibphoenix.com/ Firebird Portal]
  +
* [http://en.wikipedia.org/wiki/Firebird_%28database_server%29 Firebird on Wikipedia]
  +
* [http://groups.yahoo.com/group/firebird-support/ Firebird Support on Yahoo Groups]
  +
  +
====Offline====
  +
  +
* [http://www.amazon.com/gp/product/1590592794/sr=8-1/qid=1153506590/ref=pd_bbs_1/102-3305010-2144953?ie=UTF8 "The Firebird Book: A Reference for Database Developers (Paperback)" on Amazon.com]
   
  +
[[Category:Database]][[Category:3rd Party Components]][[Category:3rd Party Tools]][[Category:Firebird]]
http://www.ibobjects.com
 

Revision as of 15:32, 19 January 2021

Firebird is an open source client/server RDBMS (Relational Database Management System). It was based on an open source version of InterBase but has grown beyond that.

Delphi Support

Native InterBase components generally work well with Firebird but as Interbase and Firebird diverge in the future this may not be the case.

3rd Party Firebird Tools & Components

AnyDAC

High-speed, universal, direct data access Delphi components for Firebird, Interbase, MySQL, PostgreSQL, SQLite, MS SQL Server, Oracle, DB2, SQL Anywhere, dbExpress and ODBC data sources, and more, that simplifies the task of building Delphi, C++Builder and FPC database applications.

http://www.da-soft.com/anydac/

IBExpert

A database development tool for Interbase and Firebird. There is a free personal version and a more functional commercial version with an available trial.

http://www.ibexpert.com

IB Objects

IB Objects are a suite of native VCL components for direct access to Interbase or Firebird. One thing that is very cool with this package is that you can switch from the BDE to direct Interbase/Firebird connectivity in no time.

http://www.ibobjects.com '

InterBase Data Access Components (IBDAC)

IBDAC from Devart is a library of components that provides access to InterBase, Firebird, and Yaffil database servers. IBDAC uses the InterBase client directly to connect to the server.

http://www.devart.com/ibdac/

Resources

Delphi Wiki

Online

Offline