HowTo Show time after execution in isql after a query

Claudio answered to a “new feature” request

This command exists in all Firebird versions:
SQL> set stats on;
SQL> select 1 from rdb$database;

CONSTANT
============
1

Current memory = 10135512
Delta memory = 164708
Max memory = 10263380
Elapsed time= 0.11 sec
Buffers = 2048
Reads = 12
Writes 0
Fetches = 157
SQL>

Elapsed time is the time the query needed to complete. Run it a second time and the elapsed time is only 0.02 seconds because metadata is already loaded.

Implementing Web-based master data management for Firebird in #Django #Python

Thomas started a new blog category dedicated to Firebird/Django and he is already impressed about it .. And he really contributed back to the backend

Although not being a Python Geek, I gave Django a try, and I must admit, I’m impressed on how fast one can build a simple web-based master data management application with it. It’s pretty much defining an Django object model, which represents the tables, fields and relationships in your database. By enabling Django’s auto-generated admin site/area based on this model, this is all you need to access, delete, insert and update data in your database.

FirebirdClient and InterBase – Short Answer NO is not supported

Jiri is getting more and more support request from people who try to connect to Interbase ! with Firebird .net client.The short answer is that Firebird driver is for Firebird database only and we can’t support Interbase too

Wondering what changed on Earth in last, say, four weeks. I’m getting more than average (read: more than zero) emails, asking whether FirebirdClient works with InterBase. Similarly in mailing list.

1 20 21 22 23 24 48