Language Reference Update 2.5 is ready

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

https://lists.sourceforge.net/lists/listinfo/firebird-docs

Firebird SQL web-site has new look and feel: www.firebirdsql.org

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/

Status of PHP PDO_Firebird as of May 2011

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.

http://www.gn0s1s.nl/?p=108

 

Firebird nagios plugin written in #python

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

1 22 23 24 25 26 57