but how can i use transaction related method while declaring the trigger. I mean these method will be called on the SQLiteDatabase object, how can i use transaction while creating the trigger.
On Dec 9, 11:06 am, "Mark Murphy" <[email protected]> wrote: > > Doessqlitehas support for transactions. > > Yes. The SQLiteDatabase object offers you beginTransaction(), > endTransaction(), and setTransactionSuccessful(). > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

