[android-developers] Re: Sqlite trigger

2009-12-09 Thread Chris
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" wrote: > > Doessqlitehas support for transactions. > > Yes. The SQLite

Re: [android-developers] Re: Sqlite trigger

2009-12-08 Thread Mark Murphy
> Does sqlite has 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 thi

[android-developers] Re: Sqlite trigger

2009-12-08 Thread Chris
Does sqlite has support for transactions. On Dec 9, 12:10 am, jotobjects wrote: > > >  what may be alternative solution to achieve this. > > A database transaction is another way. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Sqlite trigger

2009-12-08 Thread jotobjects
> > what may be alternative solution to achieve this. > A database transaction is another way. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from th