DDEX 3.0.1
DDEX provider for Firebird has just been released. More info http://blog.cincura.net/233441-ddex-provider-3-0-1-for-firebird-released/.
News from the Firebird developers.
DDEX provider for Firebird has just been released. More info http://blog.cincura.net/233441-ddex-provider-3-0-1-for-firebird-released/.
Every year on January 18 we have a small celebration – IBProvider’s birthday.
This year it turned 14.
We thank all our users for using the provider in your projects.
We promise that we will continue to improve IBProvider till it completely supersedes Firebird and Interbase 🙂
Read more about the new features in Firebird and Interbase driver >>>
SQL Maestro Group is pleased to announce the release of Firebird Maestro v. 14.1, a powerful Windows GUI solution for Firebird administration and database development. |
New version introduces support for some Firebird 3.0 new features, updated SQL Dump wizard, nullable column checker, data export to JSON, and a lot of other useful things.
We are pleased to announce the new release of our OLEDB Provider: version 3.18.
Now in your projects for Firebird and Interbase you can more comfortable work with Linked Server of MSSQL 2012. Hurrah!
In new release:
Plus:
You can download IBProvider here: Firebird and Interbase driver >>>
SQL Maestro Group announces the release of Firebird Data Wizard 13.12, a powerful Windows GUI utility for Firebird data management. |
Firebird Data Wizard provides you with a number of easy-to-use tools to transfer any database to Firebird, import data into Firebird tables, export data from tables, views and queries to most popular file formats, dump table data to SQL files as well as generate data-driven ASP.NET pages for your database.
New version features updated Data Import and SQL Dump tools, data export to JSON format, redesigned Start Page, and some other useful things.
There are also other useful things as well as versions for other DBMS (MySQL, Oracle, SQL Server, DB2, PostgreSQL, etc). Read full press release.
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.4.
This release contains the following fixes:
setBinaryStream()
sets empty blob for all but the first batch entry (JDBC-312)NullPointerException
in iscDatabaseInfo
) (JDBC-313)"file.encoding"
java property (JDBC-314)charSet
or localEncoding
property) (JDBC-315)getTypeInfo
and getColumns
metadata (JDBC-317, JDBC-318)BOOLEAN
type support, see Support for Firebird 3 BOOLEAN
type in the release notes for more details (JDBC-321)GDSFactoryPlugin
implementations to prevent NullPointerException
in Hibernate reverse engineering wizard in NetBeans (JDBC-325)DatabaseMetaData
methods defined by JDBC to only accept the actual table name also accepted a LIKE
-pattern or empty string or null. This was changed to conform to JDBC. This change can break applications that relied on the incorrect behavior (JDBC-331)getPrimaryKeys
, getBestRowIdentifier
, getImportedKeys
, getExportedKeys
and getCrossReference
. As part of this change getIndexInfo
now handles names in the wrong case slightly different.Downloads available from JDBC driver section on the Firebird website.
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId> <artifactId>jaybird-jdkXX</artifactId> <version>2.2.4</version>
* The artifactId depends on your target Java version: jaybird-jdk15, jaybird-jdk16, jaybird-jdk17 or jaybird-jdk18
We continue to develop our .NET Provider for OLEDB. In the new build (#1434), we have implemented the methods to obtain database metadata:
Supported schemas:
Distinctions compared to standard OLEDB.NET Provider:
Supported schemas:
Distinctions compared to standard OLEDB.NET Provider:
If you are interested in working with stored procedures grouped into PACKAGE, please take a look at the new example for our .NET Provider: