Category: Tools & Products releases
Announcements of new Firebird related products, or new releases.
Database .NET 19.8 and dbMigration .NET 4.0 released!
![]() |
Database .NET 19.8 is an innovative, powerful and intuitive multiple database management tool. You can browse/grant objects, design tables, edit rows, run queries, generate scripts, analyze/monitor SQL and import/export/migrate/sync data with a consistent interface. (Full support for Firebird 1.5~3.0+) |
- New features and improvements from 19.6 to 19.8 (2016/10/25)
- Updated to FirebirdSql.Data.FirebirdClient.dll 5.5.0.0
- Added Execution Plan for Firebird 3 or later (Exclusive Features) (FB3)
- Added support for Firebird arrays (Special Features) (FB)
- Ability to add custom delimited file extensions
- Improved New Firebird connection profile (FB)
- Improved AutoComplete and IntelliSense
- Improved Selected Text to Query Builder
- Improved Results to Text
- …and more
For more information please visit http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Single executable file and Multi-language.
![]() |
dbMigration .NET 4.0 is a simple, easy and intuitive multiple database migration and data synchronization tool, With it you can easily migrate schema and data between different databases without complicated procedures. |
Supported databases: Firebird 1.5~3.0+, PostgreSQL, SQL Server, SQL Azure, LocalDB, MySQL, Oracle, IBM DB2, Informix, HP Vertica, NuoDB, Teradata, Sybase ASE, SQLite, SQLCe, Access, dBase, FoxPro, Excel, ODBC, OLEDB, Text…etc.
- New features and improvements from 3.8 to 4.0 (2016/10/25)
- Updated to FirebirdSql.Data.FirebirdClient.dll 5.5.0.0
- Added support for Firebird arrays (Special Features) (FB)
- Ability to add custom delimited file extensions
- Improved Data Synchronization
- Improved New Firebird connection profile (FB)
- Improved Custom Mapping Types
- …and more
For more information please visit http://fishcodelib.com/DBMigration.htm
Free, All-In-One, Portable, and Single executable file.
ADO.NET provider 5.5.0.0 for Firebird is ready
Better connection profile for Firebird in Database .NET 19.5 and dbMigration .NET 3.7
- Updated to FirebirdSql.Data.FirebirdClient.dll 5.1.1.0
- Support for Windows authentication. (Win_Sspi)
- The Local and The Remote configurations have been integrated together.
- Ability to configure each database. (login auth, account, port and more properties)
For more information please visit Database .NET 19.5 and dbMigration .NET 3.7
ANN: Firebird PHP Generator 16.9 released
![]() |
SQL Maestro Group announces the release of Firebird PHP Generator 16.9, a frontend to generate feature-rich CRUD web applications for your Firebird database. |
New version comes with 30+ new features including column filtering, custom form layouts, enhanced master-detail views, multi-row column headers, record comparison, brand new inline forms, quick edit, breadcrumb navigation, geo charts, index page generation, a number of GUI improvements, and much more. There are also versions for other DBMS (MySQL, PostgreSQL, SQLite, Oracle, etc).
Most of software features can be seen in action in Feature Demo and NBA Demo applications.
ADO.NET provider 5.1.1.0 for Firebird is ready
Database .NET 19.4 and dbMigration .NET 3.6 released!
![]() |
Database .NET 19.4 is an innovative, powerful and intuitive multiple database management tool. You can browse/grant objects, design tables, edit rows, run queries, generate scripts, analyze/monitor SQL and import/export/migrate/sync data with a consistent interface. (Full support for Firebird 1.5~3.0+) |
- New features and improvements from 19.1 to 19.4 (2016/09/12)
- Updated to FirebirdSql.Data.FirebirdClient.dll 5.1.0.0
- Added Managing User Permissions for Firebird (FB3)
- Added Binding Function parameters for Firebird (FB)
- Added Batch replacing cell values
- Added Specifying the location of SQL files
- Improved Grant Manager for Firebird (FB/Pro)
- Improved Generating DDL and DML (FB)
- Improved SQL History (FB)
- …and more
For more information please visit http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Single executable file and Multi-language.
![]() |
dbMigration .NET 3.6 is a simple, easy and intuitive multiple database migration and data synchronization tool, With it you can easily migrate schema and data between different databases without complicated procedures. |
Supported databases: Firebird 1.5~3.0+, PostgreSQL, SQL Server, SQL Azure, LocalDB, MySQL, Oracle, IBM DB2, Informix, HP Vertica, NuoDB, Teradata, Sybase ASE, SQLite, SQLCe, Access, dBase, FoxPro, Excel, ODBC, OLEDB, Text…etc.
- New features and improvements (2016/09/12)
- Updated to FirebirdSql.Data.FirebirdClient.dll 5.1.0.0
- Massive performance improvements
- Added Migrating VIEWS/PROCEDURES/FUNCTIONS/SEQUENCES/DOMAINS definitions) (FB)
- Improved Command-Line
- …and more
For more information please visit http://fishcodelib.com/DBMigration.htm
Free, All-In-One, Portable, and Single executable file.
Database Workbench 5.2 released, includes PostgreSQL support
Upscene Productions is proud to announce the availability of the next release of the popular multi-DBMS development tool:
” Database Workbench 5.2.0 “
This release includes new features and useful enhancements, including PostgreSQL support.
ADO.NET provider 5.1.0.0 for Firebird is ready
Jaybird 3.0.0-alpha-1 release for testing
Jaybird 3.0.0-alpha-1 has been published for testing. We would really appreciate if you could start testing your applications with this version and provide feedback on stability and behavior, but also on the release notes.
Feedback can be sent to the Firebird-java mailinglist or on the issue tracker http://tracker.firebirdsql.org/browse/JDBC.
Jaybird 3.0 is a big change from Jaybird 2.2 and earlier. We have rewritten the entire low-level implementation to be able to support protocol improvements in newer Firebird versions, made changes with a stricter interpretation of the JDBC requirements, and removed some parts that were either obsolete or not functioning correctly.
We recommend that you do not consider Jaybird 3.0 a drop-in replacement for Jaybird 2.2, and study the release notes carefully.
See:
- Release notes
- Release files: Jaybird 3.0.0-alpha-1
Jaybird 3.0 Alpha 1 is available from Maven central:
Groupid: org.firebirdsql.jdbc,
Artifactid: jaybird-jdkXX (where XX is 17 or 18).
Version: 3.0.0-alpha-1
For example:
<dependency> <groupId>org.firebirdsql.jdbc</groupId> <artifactId>jaybird-jdk18</artifactId> <version>3.0.0-alpha-1</version> </dependency>
If your application is deployed to a Java EE application server, you will need to exclude the javax.resource:connector-api dependency, and add it as a provided dependency:
<dependency> <groupId>org.firebirdsql.jdbc</groupId> <artifactId>jaybird-jdk18</artifactId> <version>3.0.0-alpha-1</version> <exclusions> <exclusion> <groupId>javax.resource</groupId> <artifactId>connector-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.resource</groupId> <artifactId>connector-api</artifactId> <version>1.5</version> <scope>provided</scope> </dependency>
If you want to use Type 2 support (native, local or embedded), you need to explicitly include JNA 4.2.2 as a dependency:
<dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>4.2.2</version> </dependency>