Firebird in action
From Lazarus-ccr
All around this wiki you find great tutorials and help using database systems in your FPC/Lazarus application. DBase, SQLite, etc. - but one is missing - Firebird. So here I start to write a guide using Firebird as your DB of choice and build an application that uses it.
This guide is meant to be a work in progress, because I'm developing such an application at the moment and write down my current state. Hope it's ok for you readers. Feel free to comment my writings, expand this guide by yourself and last but not least, have fun reading this article.
11.05.2006 - Tom Bass (aka Bitzown)
Contents |
[edit] Abstract
tbd
[edit] Tools
tbd
[edit] Installation
tbd
[edit] Design the DB
tbd
[edit] Layout of the application
tbd
[edit] Some logic
tbd
[edit] Passing the finish line
tbd
[edit] Links and more information
The list below is just the sum of all the links found in this article. Also you find some links to get a deeper knowledge of firebird and other dbms systems.
[edit] Tools
- Freepascal http://www.freepascal.org/
- Lazarus http://lazarus.freepascal.org/
- FlameRobin http://www.flamerobin.org/
[edit] Firebird
- The Firebird RDBMS http://firebird.sourceforge.net/
[edit] Knowledge base
[edit] Contributors and changes
Initial version by Tom Bass 05/11/2006
