标签: android
是否支持SQLite for android中的事务?我需要在两个表中插入一些数据,或者告知用户是否失败。我需要交易。怎么做?
答案 0 :(得分:2)
SQLiteDatabase具有beginTransaction,setTransactionSuccessfull和endTransaction函数。使用它们。
答案 1 :(得分:2)
Here是关于可能的交易的文档并正确使用