#Perl DBI driver for Firebird version 0.53 released
This fixes the build issue with perl 5.14.
Also i have tagged this with release 0.53 in git repository.
The cpan tar is be available here http://search.cpan.org/~mariuz/.
News from the Firebird developers.
This fixes the build issue with perl 5.14.
Also i have tagged this with release 0.53 in git repository.
The cpan tar is be available here http://search.cpan.org/~mariuz/.
Mageia 1 is here : http://blog.mageia.org/en/
It is a community driven project and a Firebird friendly distribution with Firebird 2.5.0, PHP, PHP-pdo, Perl, Ruby drivers, Rails adapter, Flamerobin, and Python drivers (kinterbasdb and firebirdsql).
You can read more on Philippe Makowski’s blog
Hi all, After a huge delay of almost half a year, the Firebird 2.5 LangRef Update is finally ready!
http://www.firebirdsql.org/file/documentation/reference_manuals/reference_material/html/langrefupd25.html
http://www.firebirdsql.org/file/documentation/reference_manuals/reference_material/Firebird-2.5-LangRef-Update.pdf
I’ve asked Olga to add it to the doc index at http://www.firebirdsql.org/en/reference-manuals/ and post a news item.
Cheers,
Paul Vinkenoog
_______________________________________________
Firebird-docs mailing list
Visit new http://firebirdsql.org and and enjoy new abilities: subscribe to Newsletter, Twitter, Facebook
Please report any missings , wishes to firebird-website list or rush the bugs in the firebird tracker (The WEB component)
ps:This one of the steps completed into attracting more developers on using Firebird and looking more modern and trendy
Also if you find some some pages from the old site that are not integrated yet , here is the url http://web.firebirdsql.org/
Working both with Firebird SQL and PDO (but not yet at the same time) I am interested in the combination of both.
According to the documentation the extension is still in experimental status, but I was still curious about how far it has progressed. I decided to redo the experiments Lorenzo Alberton did in an article in 2006.
I performed these tests on PHP Version 5.3.6 with Firebird 2.5 on a Windows 7 machine.
At work we use a lot of Firebird databases, and so far our system admins checked the availability of a Firebird Database by simply trying to connect via telnet to the port 3050 and see if they would get a response. With this kind of check you can’t really determine if the database is really up and running,
Therefore they asked me if I could write a plugin for nagios which would do a real check to ensure that the Databases are up and running, here is my result.
I chose to write the plugin in python, due it’s simplicity, and because I already wrote some script using the python-kinterbasdb extension
Jiri wrote on his blog :
I recently improved the command logging in ADO.NET provider for Firebird. Let me start with little bit of history and then you’ll see the motivation and current improvements.
|
We are approaching the end of web-site development process.
Now we need attention of beta-testers for Documentation section Please look through Documentaion section, try to find your favorite documents/guides/articles and report found issues to the tracker Thanks in advance. Regards, |
The main change is that now it requires firebird2.5-dev instead of firebird3.0 headers and decided that is better to have a flamerobin 0.9.3 in the distros released for the next 1-2 years with a stable firebird 2.5.x and add firebird 3.0 requirement when is ready and stable ~1-2 years
Changelog:
* New upstream SVN snapshot : revision 2100
* Uploaded to unstable
* Stop using system-wide ibase.h.Unstable has no fb3.0 so system-wide ibase.h has no boolean defines,which are used by FR and were ported to IBPP’s embedded copy of ibase.h
* build-depend on firebird2.5-dev instead of firebird-dev(firebird-dev is only in experimental)
You can download and install the package directly from debian sid (tested and works on ubuntu natty too )
http://packages.debian.org/sid/flamerobin
Also for ubuntu the install guide is now updated