Cqrlog 0.6.0 released
CQRLOG is an advanced ham radio logger based on Firebird database.
Here is the changelog http://cqrlog.sourceforge.net/
CQRLOG is an advanced ham radio logger based on Firebird database.
Here is the changelog http://cqrlog.sourceforge.net/
Here are the steps for using Net Provider 1.7.2 on Ubuntu intrepid
There was no good documentation [how to do it] but in fact was realy easy.
Hello *,
the firebird-net-provider subproject of Firebird project is proud to
announce release of version 1.7.2 of .NET Data Provider for .NET 1.1.
This release is only maintenance release. Contains only backported fix
for connecting to Firebird 2.1 server. No new features or other
bugfixes etc. were added.
You can download it from
http://www.firebirdsql.org/index.php?op=files&id=netprovider.
Seems to be an record for download/traffic stats at the sourceforge.net
for firebird project , see the monthly all time graphs
For all those who followed this thread, I will sum up what we have
found out:
Up until FB 2.0 it was possible to deliver a Firebird Client or a
Firebird Embedded Server by just copying the files like fbclient.dll
or fbembed.dll (and a few others) together with the MS VC Runtimes
(msv*.dll) into one folder.
Starting with MSVC8 (which is used by Firebird 2.1) and Windows XP,
just having the MSVC files in the same directory is not sufficient any
more. They have to be “installed correctly”. I don’t know what that
means exactly, but in effect it means they have to somehow be
magically teleported to the Windows\WinSxS directory where they get
funny names.
FSQL command line utility for executing sql scripts Alternative to ISQL, with some enhancements added by Ivan Prenosil
http://www.volny.cz/iprenosil/interbase/fsql_1_6_15.zip
Also there is Graphical tool too
http://www.volny.cz/iprenosil/interbase/wfsql_1_6_15.zip
People probably noticed that second alpha (or maybe first beta) of FB 2.5 is a bit delayed. The reason is that the Trace API feature is being “investigated”, and probably will be included in the next release. This is a nice feature first developed by RedSoft, allowing to “log” everything that is taking place in the Firebird server.
Another great feature that I like in Firebird 2.1 is the UPDATE OR INSERT statement. It’s a really time saver and it makes the SQL cleaner.