Aran Mulholland
Aran Mulholland

Reputation: 23935

MS Access Atomic Transactions

Is there any way to make microsoft access transactions atomic across multiple users?

I have found this which seems to imply that they are not, but I am wondering if atomicity in access is driver specific.

Upvotes: 0

Views: 762

Answers (1)

dkretz
dkretz

Reputation: 37655

I think the footnote is only significant in the case of seriously disruptive failures (e.g. power or disk). If your concern is recoverability even at that level, you probably shouldn't be using access.

Upvotes: 2

Related Questions