1
General Board / Re: Version control questions
« on: January 30, 2009, 09:29:35 pm »
Hi JasonZ,
I can't provide you with the answer to your first question but I can give you some info to the second.
An EAP model can be accessed concurrently as it is just an Access database. Though, I would not recommend it. If you are using VC then you and someone else can both have a private/local EAP and share the data through the VC.
So as you commit a change the other person will pick this up with a 'Get latest' command.
If you must go down the shared model route then it is best to put your model on SQL Server.
I can't provide you with the answer to your first question but I can give you some info to the second.
An EAP model can be accessed concurrently as it is just an Access database. Though, I would not recommend it. If you are using VC then you and someone else can both have a private/local EAP and share the data through the VC.
So as you commit a change the other person will pick this up with a 'Get latest' command.
If you must go down the shared model route then it is best to put your model on SQL Server.