Firebird default character set
Question and answer of the week is related to Firebird default character set by Mark Rotteveel on Stack Overflow
Question and answer of the week is related to Firebird default character set by Mark Rotteveel on Stack Overflow
Hi folks,
I just updated the google code version with fixes in introspection. It was backported from github version [1]
So, I encourage to try both but mainly the version at github with the new fdb driver [2].
In that way, we can have our new django-firebird adapter almost stable for release along with the final release of django 1.5.
[1] https://github.com/maxirobaina/django-firebird
[2] http://pypi.python.org/pypi/fdb
The Lazarus team is glad to announce the release of: Lazarus 1.0.4
This is a bug fix release. Here is the list of changes.
The release is available for download at the SourceForge download page
Choose your CPU, OS, distro and then the “Lazarus 1.0.4″ directory.
This tutorial takes a brief look at Firebird’s database pages.
For a detailed Database Structure introduction please read Firebird Internals document
This is an online code browser that can be used to read the source code for the Firebird project. It is created using the Woboq Code Browser generator.
It focuses on improving the code navigation with proper semantic highlighting and tooltips. Read more about it in our blog post. Inspired by KDevelop.
Please send us feedback
FDB release 0.9.9 (a.k.a. almost final) is out:
http://pypi.python.org/pypi/fdb
New Features:
– Firebird ARRAY support.
Other changes:
– Cursor.execute() returns Self, so it could be used as iterator.
– Reading output from Services now uses more efficient method to get data from server.
Bugs Fixed:
– Fix: precision_cache in Connection works as intended.
This was supposed to be 1.0 final release, but I’ve decided to make 1.0
mode optimized. So 0.9.9 is feature complete driver, and 1.0 release
planed for January 2013 would contain only optimizations (and bug fixes
if needed).
best regards
Pavel Cisar
IBPhoenix
Full Documentation is here (or in the docs folder in the tar.gz)
IBPhoenix development team is glad to announce that the new version of the best replication tool for Firebird, Interbase and Oracle has been released.
In this version you can find everything you ever asked for and a speed as a bonus.
Further information is available at IBPhoenix web site.
Our second milestone on the road to Django 1.5 came today, with the
release of the first beta package. Please test it with the new Firebird driver
On Python 2.x and Python 3.x
Release notes are here
I have made a 32/64 bit ODBC Firebird Driver Matrix that could help you choose the right
Firebird odbc driver
Odbc driver must be configured in the corresponding driver admin
(32 bit odbc fb driver = 32 bit ODBC admin)
(64 bit odbc fb driver = 64 bit ODBC admin)
Starting ODBC Administrator can be done from the following dirs on 64 bit systems:
32bit version: \Windows\SysWOW64\odbcad32.exe
64bit versiom: \Windows\System32\odbcad32.exe
Firebird client (32 or 64 bit) can talk to any Firebird server (32 or 64 bit).
This is related to this Question on StackOverflow
http://stackoverflow.com/a/13510476/66242
Here we explain Firebird’s multi-generational architecture and its effect on Firebird’s database performance, illustrated by analysing the database statistics.