How to create new empty FireBird database using FreePascal/Lazarus
This is a very easy task in FreePascal/Lazarus.
This is a very easy task in FreePascal/Lazarus.
The Lazarus team is glad to announce the release of: Lazarus 1.0.2
This is a bug fix release. Here is the list of changes.
The release is available for download at the SourceForge download page
Choose your CPU, OS, distro and then the “Lazarus 1.0.2” directory.
After uploading files in the previous example into database, now we need to download thouse files:
After the first book now translated to English : Start programming using Object Pascal Language
I’ve released my second book about FreePascal/Lazarus/Object Pascal.
Book title is Second step with object pascal. In Arabic “الخطوة الثانية مع أوبجكت باسكال”
You can download this book from here http://code.sd/secondstep
The book also contains a lot of sample applications written in Lazarus.
Chapters:
1. Memory
2. Files management
3. Relational Databases : Firebird SQL
4. Web Applications
5. Socket programming
Download links at the project’s page
New features:
Adding Grant permissionn in new table form. Small modifications to New table form. Compiling with Lazarus version 1.0
![]() |
DA-SOFT Technologies announces the availability of major new version AnyDAC for Delphi Summer 2012 release v 6.0.1 – high-speed, Universal Data Access Components for Firebird, Interbase, SQLite, MySQL, MS SQL Server, Oracle, PostgreSQL, MS Access, IBM DB2, Sybase SQL Anywhere, Informix, Advantage, dbExpress, ODBC, that simplifies the task of building Embarcadero Delphi, C++Builder and Free Pascal Compiler database applications.
Do not miss the Summer sale – 25% discount on all AnyDAC orders in August ! |
AnyDAC for Delphi can be immediately downloaded from the download page.
What is new in v6.0.1 and what is AnyDAC ?
You can check the homepage for download links for all platforms also there is github page where you can contribute.
Also for changelog please scroll down to the bottom of the project’s home page:
Delete permission copy bug fix. Changing creating new table, generator and it’s trigger.
![]() |
DA-SOFT Technologies announces the availability of AnyDAC for Delphi Spring 2012 release v 5.0.7.2333 – high-speed, Universal Data Access Components for Firebird, Interbase, SQLite, MySQL, MS SQL Server, Oracle, PostgreSQL, MS Access, IBM DB2, Sybase SQL Anywhere, Informix, Advantage, dbExpress, ODBC, that simplifies the task of building Embarcadero Delphi, C++Builder and Free Pascal Compiler database applications. |
AnyDAC for Delphi can be immediately downloaded from the download page.
What is new in v5.0.7 and what is AnyDAC ?
You can check the homepage for download links for all platforms also there is github page where you can contribute.
Also for changelog please scroll down to the bottom of the project’s page.
See the lazarus full thread and you can clone the git repository
It’s a small app that sits in the tray, and can be used to manage project time.
If there is interest, I can donate it to the Lazarus community. It also serves
as a nice example of how to program Lazarus and tiOPF.
It also keeps a todo list and a list of interruptions.
(the helpdesk walks in and out of my office, which I started tracking to
prove that this practice costs me 1.5 hours a day.)
I posted the project at
http://www.freepascal.org/~michael/timetrack.zip
You’ll need tiOPF and a database server.
I use (and recommend) Firebird, but changing it to something
else takes about 2 lines of code.
The included time.sql file creates the database.