No, there is a real issue in trying to read a SQLite 2 DB in REAL. Native RB never did SQLite 2 only SQLite 3 To read and write a SQLite2 DB you needed the old SQLitePro plugin from SQLabs.
The plugin is still available but only in PPC version so the latest RB version it works on is RB2005r3. So, if you are trying to convert a DB from SQLite 2 to any other DBMS (SQLite 3, MySQL etc.) then you can only do it using a PPC built program. Personally I needed to have my users convert from the old SQLite 2 to RB Native/SQLite3 DB so I had them run a standalone, one-click program to do the conversion. I would have liked to have my program auto-convert if it detected an old version of the DB but since I wanted my program to be a UB I couldn't do that. Dean Davis On 11/13/06, Brad Rhine <[EMAIL PROTECTED]> wrote:
On Nov 13, 2006, at 11:14 AM, dazz wrote: > On 13 nov. 06, at 16:02, Marco Bambini wrote: >> - Added RB database API > > not sure what this means. can we open RB databases with the plugin ? More likely, you can use REALbasic's native database API (RecordSet, DatabaseRecord, etc.) to talk to a SQLite 2 database. -- Brad Rhine [EMAIL PROTECTED] http://bradrhine.com Tangelo: Web Publishing... With A Twist!
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
