Thanks Igor
Sorry. I meant to say
What is the different between
     BEGIN
       insert .....
    END

 and
   begin transaction
         insert ...
    commit transaction
commit transaction NOT end transaction
Thanks
JP

----- Original Message ----
From: Igor Tandetnik <[EMAIL PROTECTED]>
To: SQLite <sqlite-users@sqlite.org>
Sent: Thursday, November 29, 2007 10:46:36 AM
Subject: [sqlite] Re: Different between BEGIN, END and "begin transaction", "

Joanne Pham <joannekpham-/[EMAIL PROTECTED]> wrote:
> What is the different between
>      BEGIN
>          insert .....
>      END
> 
> and
>    begin transaction
>            insert ...
>    end transaction

None whatsoever.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------


      
____________________________________________________________________________________
Be a better sports nut!  Let your teams follow you 
with Yahoo Mobile. Try it now.  
http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ

Reply via email to