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:

New Firebird MemberShip scripts

Someone was asking why the current Firebird MemberShip/Role/Profile Example doesn’t work with the ASP.NET Configuration tool for security.
Hopefully this solves the problem. If it does I would appreciate someone letting me know so that others will also know in the future.
[Some modifications to Membership/Role/Profile Example]

1 60 61 62 63 64 78