Home > ARBP, REALbasic > Review of REALbasic 2009 Release 5 (and 5.1)

Review of REALbasic 2009 Release 5 (and 5.1)

December 16th, 2009 Bob Keeney

My review of REALbasic 2009 Release 5 (and 5.1) is up on the ARBP website in the blogs section.  Direct link.

I’ve been using 5.1 exclusively the past week or so and it seems to be stable so now I can move up from R3.  Thankfully, the huge SQLite bugs introduced in R5 have been fixed in R5.1.  Reporting still has issues though.

Categories: ARBP, REALbasic Tags: , ,
  1. Joseph
    December 20th, 2009 at 16:40 | #1

    I’m unable to create tables with 5.1. The identical code works fine under 09r4. That’s kind of a deal killer for me.

  2. December 20th, 2009 at 21:04 | #2

    If you do not have AutoCommit set to true, make sure you do a commit after you create the tables (after checking for any database errors, naturally).

Comments are closed.