Some of you reading this may remember that back when InterBase 6.0 was released on Solaris we ran into a fundamental problem on Solaris. It seems that since 1992 there has been an open bug documenting Solaris’ file descriptor problem: “32-bit stdio routines should support file descriptors >255.”
When this issue was discovered, we chose to [...]
Firebird has some funny ways of handling passwords. The maximum length of passwords that is evaluated is 8 characters. Every character after the 8th is silently ignored. That’s especially funny because the ‘default’ password for a Firebird-installation is ‘masterkey’, which has 9 characters. You can, however, successfully log in to freshly installed Firebird-servers providing the [...]
Surprised by outer joins not returning the expected results? Looks like they behave like an inner join?
You are probably messing with the join and the where clause
Looks like the Firebird team is going to put some effort on the ODBC driver, which has been lying there abandoned for a few years (last activity report is of 2006) despite it’s usefulness in windows desktop apps (at least for me ;))
Do they exist? Do they make you money (or in the case of Firebird meaningfully extend your community)? Would you be unhappy if support would be dropped in PHP 5.3, in PHP 6.0? Do you have ressources to prevent this from happening, by taking ownership of the code in question?
http://pooteeweet.org/blog/0/1176
For those of you who didn’t hear, today is my last day at MySQL, and
Monday will be my first day as Chief cook, CEO, and bottle washer of
NimbusDB, Inc., a software start up so young it doesn’t exist yet.
Nimbus, as the name hopefully suggests, is a relational / semantic
database system designed to run on clouds. [...]
Here are some of the Event Processing / EDA blogs I'm subscribed to.
The other day I tried to put something up that would be generated automatically from my Bloglines subscriptions, but there were a couple of quirks, and the feed version didn't work properly, so I deleted it. This time I'm going to do it the old-fashioned way, and I may update it from time to time.
I have a decent desktop accounting type application written in Delphi against a Firebird database that should have a piece exposed on the web. Maybe, in time, there should even be a web based version of the entire program on the web.
With new functions in FB 2.1 extracting week of year is supported (based on ISO-8601). So this past article is more simple to do with the new syntax :
extract(week from some_date_field)
I want to implement software which needs a embedded database engine. I search this forum so many times. The language I must use C++. Then I have two methods to choice
PLEASE let the LAMP acronym die already! There are so many alternatives in Free Software land.
L: Linux, FreeBSD, OpenBSD, NetBSD, OpenSolaris, several more.
A: Apache, Nginx, Lighttpd, dozens more.
M: MySQL, PostgreSQL, FirebirdSQL, SQLite, and more…
P: PHP, Ruby, Python, Perl, Groovy, Scala, Tcl, Smalltalk, Lisp, the list can go on forever.
original post was on lwn.net
When configuring a Windows machine for use by the Evolution™ payroll service-bureau system, a common step is installing the open-source Firebird database software; this Evo Tip details the process.