Cargando
2008-01-15

Jaybird es un driver JDBC que permite la conexión desde aplicaciones JAVA a bases de datos Firebird.

La descarga, en esta dirección: http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1200418648:6000&page=ibp_download_jaybird Estas son las notas de este release (en inglés): [font=Courier] Notes: What's new in Jaybird 2.1 - support for Firebird events - new JNI code supporting multiple client libraries - new property allowing to change the default result set holdability - Feature #1428474. Implement record and tablename functionality from gstat - Improved performance of ResultSet.getBytes() method for BLOB columns Changes: Changes since Jaybird 2.1.1 - JDBC-100 When using the FBDatabaseMetaData.getColumns() method to check wether a column is nullable or not, the method will return wrong values for columns, wich are defined by a domain. - Fixed issue with DatabaseMetaData result sets, when underlying statements were not closed when connection was closed and caused errors during garbage collection. - Support for INSERT...RETURNING statements. - JDK 6.0 compatibility. [/font]

Componentes