Article Preview
Buy Now
COLUMN
News and Notes
What's happening in the database-world
Issue: 10.2 (January/February 2012)
Author: Paul Lefebvre
Author Bio: Paul Lefebvre has been using Real Studio for 10 years. His company, LogicalVue Software, specializes in creating database applications using Real Studio. Paul also runs the RBDevZone community site and is a founding member of the Association of REALbasic Professionals.
Article Description: No description available.
Article Length (in bytes): 4,537
Starting Page Number: 63
Article Number: 10212
Related Web Link(s):
http://www.sqlabs.com/cubesql.php
http://www.sqlabs.com/sqlitesync.php
http://www.sqlabs.com/mdblite.php
Excerpt of article text...
We have a few news items to catch up on this month.
CubeSQL
Version 4.2 of CubeSQL was released at the end of October. This release has a few bug fixes, performance improvements and other tweaks. The fixes are all great, but for me the best change is that the CubeSQL plugin can now also connect to older REAL Server databases. This is important because the old REALSQLServer plugin was not Cocoa compatible. But even more useful, it gives you an easier way to migrate your code from REALSQLServer to CubeSQL. You simple set useRealServer = True on your CubeSQLServer database instance when connecting to the older database server.
Also, SQLabs has made a freeware version of CubeSQL available. You can now use CubeSQL with up to three concurrent connects for free. For a full-blown app with lots of users, three connections won't be nearly enough. But if you are creating a web app that is mostly using a database as a read-only way to display information, you really only need to use one connection (shared amongst all that connect to your web app). You could then use another connection for an administration panel to add or remove information in the database.
For more information about CubeSQL, check out their web site:
http://www.sqlabs.com/cubesql.php SQLite Tools
...End of Excerpt. Please purchase the magazine to read the full article.