How to upload/download files from database using Free Pascal/Lazarus
After uploading files in the previous example into database, now we need to download thouse files:
Firebird related news
After uploading files in the previous example into database, now we need to download thouse files:
A new Trace API / FBTM screen cast is available (~ 28min.).
http://ts.upscene.com/download/demos/fbtm/fbtm_audit_logonoff.htm
It discusses how to use the Trace API to audit logon/logoff into your databases and make use of the captured trace data to query sources of database usage, database usage outside normal operating hours etc.
Thanks for thouse who voted with firebird to be included in the one of the most known apache distributions
The XAMPP 2012 survey is now over. Thank you to all who participated and helped us to get answers to our questions. Exactly 2674 individuals participated in the survey and responded with 97938 single answers in total.
It will take some time for us to go through the results, but if you’re curious about the raw results, please feel free to look at the linked PDF. Thank you all again and hopefully youll find this data as interesting as we do.
http://www.apachefriends.org/files/surveys/af-survey-2012-raw.pdf
Having offered Firebird hosting on our Linux servers for over two years, InspiroHost is happy to announce that we now also offer Windows web hosting with full support for Firebird, PHP, MySQL, ASP and all the tools you need to get your website up and running. Cpanel/Plesk control panels are included, as is 24/7 technical support and server monitoring.
Please visit us at http://www.inspirohost.com/firebird-sql-hosting/
The Jaybird team would like to invite developers and users of Jaybird to fill out a survey on your use of Jaybird (Firebird JDBC driver). You can find the survey at http://infopoll.net/live/surveys/s36021.htm. The results of the survey will be used to decide where to focus development of the upcoming Jaybird versions.
Mark Rotteveel
The survey will be online until 28-September. If you use Jaybird in your projects, don’t miss the chance to participate in this survey.
Install xampp to c:\xampp
I had to change the Apache Port to 8080 as windows 7 has its own http.sys listening on Port 80.
Then I followed mainly this article
As I already had a working Firebird 2.5 version, I simply copied fbclient.dll from my existing Firebird/bin folder to c:\xampp\apache\bin
modified php.ini as mentioned in above blog post
I had to modify status.php and FirebirdTest.php a bit because of my existing Firebird installation and the different Apache port:
status.php:
…
line($TEXT[‘status-ssi’], $ssi);
if (file_exists(“$partwampp\\htdocs\\xampp\\FirebirdTest.php”)) {
$a = @file(“http://{$hostauth}{$host}:8080/xampp/FirebirdTest.php”);
$fbi = $a[0];
line(“Firebird”, $fbi);
}
…
<?php
if(@ibase_connect(‘localhost:C:\Program Files (x86)\Firebird\Firebird_2_5\examples\empbuild\employee.fdb’, ‘sysdba’,’myfirebirdpassword’)) {
echo “OK”;
} else {
echo “NOK”;
}
?>
http://localhost:8080/xampp/FirebirdTest.php then should return ‘OK’
From Frank <frank at schlottmann-goedde.de>
—
“Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets.”
– J.K. Rowling
Brent Rowland pointed out another Firebird golang driver that looks looks to be much more complete
In this next installment, we’ll be looking at two (arguably very contrasting) databases. The first is Gladius DB, which is a flat file database written in pure PHP. The second is Firebird, another database veteran, which has features similar to some of the better-known databases, such as Microsoft SQLServer.
So with that, let’s get going.
The article is on dzone too
The Lazarus team is glad to announce that Lazarus 1.0RC is available for download .
Choose your CPU / OS / distro and then the 1.0RC1 directory and read the release notes
Upscene Productions is proud to announce IB LogManager V2.12.0, the only specialized Change-Data-Capture (CDC) product for Firebird and InterBase on the market.
More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120731
This release adds support for Unicode across the entire product family and several enhancements/bugfixes in the IBLMPump and IBLMRedo_cmd addons, which makes the database standby feature (uni-directional replication) even more powerful/reliable.
A screencast on how to setup a (hot)-standby database environment with the IB LogManager product family is available here:
http://www.iblogmanager.com/download/demos/iblm/iblm_hotstandby.htm
More information on the product is available in the IB LogManager section on our website:
http://www.upscene.com/go/?go=iblm