Synchronization changes in cvs HEAD
A bunch of major changes has just been committed into HEAD. This message
is intended to explain the details.
Technical articles, How-tos, guides, etc.
A bunch of major changes has just been committed into HEAD. This message
is intended to explain the details.
If you wanna know what is the best option to be used with Firebird, check this article from IBProvider.
http://home.lsces.co.uk/lsces/wiki/index.php?page=FirebirdSQL+Reference
Has MySQL updated to 6.0 and PostgreSQL updated to 8.2.
Some pages will request a login. That is because we are using private information to provide them and can’t allow access in the public domain.
Today I put the finishing touches to a native 64bit port of Firebird for MacOS 10.5 (Leopard).
This required the following changes to the Firebird 2.1 code base (B2_1_Release). For anybody else considering adding a new platform to Firebird then you may find this useful.
Hi, I want to share how to save and load BLOB from database. The database I use here is Firebird, but I think Zeos behaviour is same.
Here is the tutorial in Spanish
Este pequeño tutorial lo he hecho para compartir mis experiencias y los caminos q he tenido que recorrer para llegar a acceder a mi base de datos favorita “FIREBIRD”, sin embargo este tutorial puede ser usado para acceder a CUALQUIER BASE DE DATOS siempre cuando tengas su driver odbc; asi si que sin mas preambulos comensamos con el tutorial
Today I decide to put up a post about a common requirement which leads to an interesting SQL query (see an example here) using Firebird and Flamerobin, after a few seconds I was writing bug reports
ODBC Escape sequences has included in ODBC standard and allows write SQL queries which compatible with many DBMS. Firebird and Interbase does not contains own implementation for escape sequences and therefore we have implemented them in IBProvider and now users can write compatible SQL queries for Firebird and Interbase as for MS SQL Server, Oracle, My SQL, PostgreSQL, DB2 and etc.
Beta version of the Firebird 2.1 database was published at the end of June. I suppose, most interesting features are the global database triggers, the temporary tables, possibility of the database monitoring through the SQL, canceling running queries and the new SQL statements. We are implemented new Firebird 2.1 features in IBProvider
Read the rest of the article here