Firebird Hosting on Windows & Linux

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/

Survey for Jaybird users is on-line! Participate now.

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.

Xampp and Firebird on Windows7

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

ANN: IB LogManager V2.12.0 released

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

ANN: FB TraceManager V2.5.4 available (Trace SWEEP)

Upscene Productions is proud to announce FB TraceManager V2.5.4, a professional environment to monitor, profile, trace and optimize Firebird databases.

More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120731b

This release adds support for the new Firebird 2.5.2 sweep tracing capabilities via the Trace API across the entire product (trace configuration “log_sweep”, parser, trace data storage etc.).

A ~ 4min. screencast is available here:
http://ts.upscene.com/download/demos/fbtm/fbtm_sweep_tracing.htm

More information on the product is available in the FB TraceManager section on our website, including an edition comparison sheet, webcasts etc.:
http://www.upscene.com/go/?go=fbtm

1 111 112 113 114 115 200