Are your data access components ready for Firebird 3?


Firebird 3 driver for OLE DB

We are continuing to actively add new functionality of Firebird 3 DBMS to IBProvider.

Let us remind you that already 2 months ago we added support of BOOLEAN data type from Firebird 3. In the new version of IBProvider Professional, we added support of PACKAGE instruction.

Now you can put in order a bulk of database procedures and functions and group them by sense into individual modules (PACKAGE). This arrangement will substantially simplify understanding and maintenance of SQL code.

Ream more about Firebird 3 access improvements.

Firebird SQL web-site has new look and feel: www.firebirdsql.org

Visit new http://firebirdsql.org and and enjoy new abilities: subscribe to Newsletter, Twitter, Facebook

Please report any missings , wishes to firebird-website list or rush the bugs in the firebird tracker (The WEB component)

ps:This one of the steps completed into attracting more developers on using Firebird and looking more modern and trendy
Also if you find some some pages from the old site that are not integrated yet , here is the url http://web.firebirdsql.org/

Firebird Eclipse DTP Plugin Version 1.0.2 released

This is a Bugfix version  and can be downloaded from here http://www.lawinegevaar.nl/firebird

Fixes:

  • Loading of multi-action triggers
  • Column loading for tables containing blobs
  • Loading of constraints
  • Loading of index columns
  • Order of indices in DDL generation
  • Linebreaks in DDL stored procedures and triggers
  • DDL generation for sequences
  • Leave delegation to plugin config, don’t hardcode

Gotcha’s:

  • Largely untested (only minor testing done under Eclipse 3.5.2 with DTP 1.7.2 and Eclipse 3.6.2 with DTP 1.8.2)

ADO.NET provider for Firebird – version 2.6.5

I’m proud to announce new version of ADO.NET provider for Firebird – 2.6.5. It’s half maintenance release, half new features.

You can find all bug fixes in tracker.

The new features include and improvements:

  • Support for Trace API in Firebird 2.5
  • Improvements in SQL generation for Entity Framework.
  • Support for commands logging
  • Slightly faster command execution of big queries.
  • And a lot of small code improvement making it more stable…

You can download it at http://sourceforge.net/projects/firebird/files/firebird-net-provider/2.6.5/ or http://www.firebirdsql.org/index.php?op=files&id=netprovider.


Jiri {x2} Cincura (x2develop.com founder)
http://blog.cincura.net/ | http://www.ID3renamer.com

Status of PHP PDO_Firebird as of May 2011

Working both with Firebird SQL and PDO (but not yet at the same time) I am interested in the combination of both.
According to the documentation the extension is still in experimental status, but I was still curious about how far it has progressed. I decided to redo the experiments Lorenzo Alberton did in an article in 2006.

I performed these tests on PHP Version 5.3.6 with Firebird 2.5 on a Windows 7 machine.

http://www.gn0s1s.nl/?p=108

 

1 2