New: SQLite Migrator 1.3.0
New: SQLite Migrator 1.3.0
February 2nd, 2009, by Paul Lefebvre in Databases, Featured Articles, General
If you use REALbasic’s built-in database engine, then you may find SQLite Migrator useful. It allows you to migrate any database that you can connect to using ODBC to SQLite/REALSQLDatabase. It works great with Access, FoxPro, MySQL and just about any database you might be using.
Resizable Sheets
April 4th, 2008, by Paul Lefebvre in Featured Articles, ResExcellence, User Interface
I needed this in a project I was working on and it turned out that Seth Willits had written about how to do this in a ResExcellence post from 2006. Download the code to try it out. To use it, simply include the ResizableSheet class in your project and set your sheet’s Super to it. And of course,...