IronPython + Firebird .NET provider 2.0
IronPython + Firebird .NET provider 2.0 example code
Technical articles, How-tos, guides, etc.
IronPython + Firebird .NET provider 2.0 example code
The Firebird SQL data application block is intended to speed up development, and it should be used in conjunction with data layer classes in much the same way as Microsoft’s data block. The sample included with this article uses the embedded Firebird SQL database (included in sample) to demonstrate the use of the application block without having to bother setting up a database.
For those who are on Linux and want to extract database’s metadata, please have a look to firebird/interbase native isql tool, that permits to export DDL as follow:
isql DBalias -o ddl.sql -x -u SYSDBA -p masterkey
regards
PAscal on fyracle newsgroup
Source code example is located on DevFactory.com.mx
“This paper describes the architecture and requirements for implementing a relational, transaction-based storage mechanism in SAS software, a commercial business intelligence product that uses the Vulcan code base in an embedded mode.”
By Tom Cole, Platform R&D, SAS Institute Inc. (From the Firebird Conference Prague 2005). (.zip of two pdfs). Right click and save as to read.
Read more
Firebird is included in the list of debian packages that must be fixed so it can be compiled without errors with GCC 4.1
Recently, Coverity presented their first results in their scanning technology that hunts for defects in source code. One of the addressed projects was Firebird. After Roman Rokytskyy reviewed the results, he concluded the failures are in two areas:
Read more
You can read this how to