Monthly ArchiveDecember 2007
Habanero 07 Dec 2007 09:03 am
The Brand New DateRangeComboBox
The new Habanero Pro v1.1.1 release includes a new innovation: the DateRangeComboBox. Basically it’s a ComboBox control you can add to your reports, your search boxes and to your filters that lets the user select common named date ranges, such as Today, Yesterday, Previous Month, This Year, etc. It’s quite flexible and is built to last. Here’s a breakdown of its features and its code implementation:
Continue Reading »
Databases & Habanero 06 Dec 2007 04:58 pm
Switching Databases at Runtime
One of the particular challenges of working with object relational mapping (ORM) tools is that you often begin with a given database schema. This presents an uphill battle as you now hunt for an ORM framework that matches the methodology used in the database design. As developers in large organisations know, waging war with a DB administrator is a game of politics … a losing game. Especially with Oracle DBA’s.
Continue Reading »
Databases & Habanero 06 Dec 2007 04:24 pm
SQLite Gets an ORM Boost
Habanero has just boosted its database vendor support list with the addition of SQLite, the popular and nifty open-source database.
Continue Reading »
