Suche Infos wie der Savepoint genutzt wird in Android

  • Antworten:1
Mac Systems
  • Forum-Beiträge: 1.727

07.10.2009, 18:07:19 via Website

Ich habe einige DB Operationen laufen, wie allerdings gehe Ich hier mit Transaktionensklammern bzw. Savepoints um ? Meine Bücher schweigen sich hier total aus, und meine Bemühungen was im Netz dazu zu finden waren bis jetzt ebenfalls mager.

Wer kann mir da ein wenig auf die Sprünge helfen ?

thx,
Mac

Windmate HD, See you @ IO 14 , Worked on Wundercar, Glass V3, LG G Watch, Moto 360, Android TV

Antworten
Gelöschter Account
  • Forum-Beiträge: 5.136

07.10.2009, 18:27:03 via Website

Vielleicht beantwortet das ja Deine Frage:

Note that an inner transaction might commit (using the RELEASE command) but then later have its work undone by a ROLLBACK in an outer transaction. A power failure or program crash or OS crash will cause the outer-most transaction to rollback, undoing all changes that have occurred within that outer transaction, even changes that have supposedly been "committed" by the RELEASE command. Content is not actually committed on the disk until the outermost transaction commits.
Quelle: http://www.sqlite.org/lang_savepoint.html

lg
Voss

lg Voss

Antworten