Wahoo! I did it! The last part of a WP-DB.PHP for Interbase/Firebird

I knew 9 years of IB/FB experience would come in handy. [ED:wordpress firebird conversion in progress]

The Python Papers , Volume 2, Issue 1, 2007

This is the complete issue containing Python User Group highlights, interviews, more on coding idioms, and an academic paper on the Firebird Database. (Revision 2)

Aproximated record count

Ivan Prenosil posted in Firebird support list an interesting way to retrieve the aproximated record count in a table, without using the “slow” select count(*). See the code:

1 60 61 62 63 64 78