My guess is no, but I figured I'd ask.  Is there a way to involve a
ContentProvider as part of a transaction?

In effect (psuedocode):

try
{
    beginTransaction();

    doSomeOfMYSqliteStuff();
    doSomeStuffWithAContentProvider();

   commitTransaction();
}
finally
{
    endTransactions();
}

And doSomeOfMYSqliteStuff() and doSomeStuffWithAContentProvider()  be
atomic?

-- 
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

Reply via email to