On 7/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

I'm using the Commit method.  I can try executing the COMMIT SQL command 
instead.  Though as another poster pointed out, I shouldn't really need to do 
either, since I'm not using BEGIN.

The REAL SQL Database (the REALbasic database engine that uses SQLite,
for anybody else who cares), is doing implicit transactions by
default, which means you *do* have to call COMMIT (or use the Commit
method) in order for the transactions to be committed.

Reply via email to