JDBC driver ported to Android
Hello,
i’ve ported the JDBC Driver to Android and published this on
https://sourceforge.net/projects/androidjaybird/Maybe this is something you might be interestetd in 🙂
Best regards, Christian Mayer
Hello,
i’ve ported the JDBC Driver to Android and published this on
https://sourceforge.net/projects/androidjaybird/Maybe this is something you might be interestetd in 🙂
Best regards, Christian Mayer
The guys from HardSoft TV Show covered the last edition of the Firebird Developers Day. The matter went on air at 29/December, and can be viewed online in YouTube. Audio is in Portuguese, but you can check nice images from the place, public, etc 😉
Ricardo Obregon announces that the Firebird Adapter 1.0RC for Yii is now released
New article about the Firebird SQL internals : The life cycle of a Firebird SQL statement.
Article with the SplendidCRM conversion status and the demo at the end is here (French)
Ohloh page for Firebird wasn’t updated from the previous year after the SourceForge platform migration . You can view it now here.
And you can use the various widgets to your webpages , blogs.
Jaybird is moved to it’s own page and code repository is monitored there
https://www.ohloh.net/p/jaybird
ps: There was an issue with importing the new code locations from SourceForge and now is solved
Ricardo Obregón announced on YiiFramework that Firebird extension can be downloaded from the Extensions page.
This is an updated version of the adapter originally posted by idlesign. It has been enhanced and tested with gii from yii 1.1.9.
A half year before we product first release of LCPI ADO.NET Data Provider for OLEDB, which became powerful alternative of standard .Net OLE DB Provider and provide advanced opportunities for all Firebird and Interbase users in .Net Framework:
Up to this day LCPI ADO.NET Data Provider for OLEDB was available only in professional version of IBProvider but now you can download it on the download page together with first release of IBProvider in the new year:
You cand download Firebird OLE DB Provider and ADO .Net Data Provider here.
Port Guardian is a [free] Linux GTK program with GUI to monitor the Firebird Database Server and databases, to check instantly if they are in operation Alive/Dead, Up/Down; and listen/monitor/record the in/out tcp packets on the set net IP and Port.
The basic difference between Port Guardian and most other Net/Port monitoring software is that it is rather a Net/Port security guardian than a net/port traffic controller/statistician. Port Guardian’s major concern is not the bottleneck of the net traffic, but rather WWW — who, when, what has been done on the concerned IP/Port, and will record it to a database to keep it as a history forever; though the packet is as brief as a shadow and gone even before fully shown (size-cut). And as a by-the-way function it can also set alive an instant alarm when user-set critical/sensitive word/phrase is found during the listening/monitoring/recording. Of course it won’t set you on alarm, I hope. In the TO-DO list is kod (kiss-of-death) or tcpkill to terminate a dangerous tcp connection when a hi-alarm is triggered…
More here.
Are you using git/svn as version control system and you ever wanted to visualize delveloper’s work, how the Firebird project was developed over time ?
well Gource is there to visualize all this in a beautiful way. It takes the history of your svn/git repository and visualizes the changes over time,
by whom they were done and so forth.
sudo apt-get install gource git
git clone git://github.com/asfernandes/firebird.git firebird-git
Now run the following and you should see the animation being presented.
gource firebird-git/.git -s 1
or if you want to create the movie using various video formats use the following command line (wordpress replaces the — with other chars)
https://gist.github.com/4550696
Enjoy the Movie (Recomended in HD version)
ps: Tip via General Foo