Firebird 3.0, Embedded server and the .NET provider
A few changes are needed to the connection string builder and dll used vs Firebird 2.5
Here is an example on Stack Overflow with FbConnectionStringBuilder:
A few changes are needed to the connection string builder and dll used vs Firebird 2.5
Here is an example on Stack Overflow with FbConnectionStringBuilder:
NodeJS C++ client node-firebird-libfbclient v.0.1.0 released with the following changes:
Adds possibility to use several transactions in a single connection.
New Transaction
object was introduced. Connection
object has new methods to create Transaction
objects.
FBStatement
object also was extended. Api description was updated in README.md.
Here is the big code pull request with changes .
Here are the instructions on running Firebird 2.5.x on CentOS with Epel
![]() |
Database .NET 20.7 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+) |
For more information please visit http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Single executable file and Multi-language.
![]() |
dbMigration .NET 4.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, VistaDB, dBase, FoxPro, Excel, ODBC, OLEDB, Text…etc.
For more information please visit http://fishcodelib.com/DBMigration.htm
Free, All-In-One, Portable, and Single executable file.
You can use the following docker image based on Debian Jessie
Firebird C++ NodeJS module node-firebird-libfbclient updated with Firebird events removal fixes .
Thanks to Jacob Alberty .
LibreOffice 5.3 is coming soon – it’s due to be released in early February. What have the developers been working on?
Find out in new contributor interview, with Tamás Bunth:
https://blog.documentfoundation.org/blog/2017/01/24/libreoffice-contributor-interview-tamas-bunth/
Hello everyone!
We are glad to announce the first update of our “Native OLE DB Provider for Firebird and InterBase” in 2017 year.
http://www.ibprovider.com/eng/news/n_170118.html
Primary changes
Free IBProvider is available for download from the user area at our site.
Firebird C++ NodeJS module node-firebird-libfbclient updated with Firebird events fixes and VS2015 builds cleanup.