Multi-User Access Application

Bigbeanpole

Member
Joined
Jul 7, 2005
Messages
15
Programming Experience
1-3
Multi-User Access Application-RESOLVED

I have an application currently being developed, using Access and VS 2003. What is considered the best way to ensure concurrent updates don't get squashed? I know there is Transaction support (though limited compared to SQL) in Access, but not sure the best way to approach this method. Ideas/suggestions would be greatly appreciated!
 
Last edited:
I believe that you can build various types of concurrency checking into your DataAdapters. I'm no expert and don't know all the details, so I'd suggest you do a help search on concurrency.
 
Back
Top