Hi All,
I have used "BEGIN" and "END" Transaction to insert the data to SQLite database.
    BEGIN
        insert ...
        insert ...
   END

When I issued the "END" operation the error message return back is 
"SQLITE_BUSY". 
What should I do if I want to handle SQLITE_BUSY /retry the transaction. Should 
I execute "END" transaction again.
 How to handle the SQLITE_BUSY?
Thanks,
JP


      
____________________________________________________________________________________
Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://www.yahoo.com/r/hs 

Reply via email to