Comments
                          
                            Sort by recent activity
                          
                          
                        
                      
                      
                        
  
David Atkinson said: 
  Object locking is to prevent multiple users changing the same objects in a shared database context. In dedicated databases, this can't happen. What were you hoping it would prevent? 
 
I was hoping it would keep users from making changes to the same query at the same time. / comments
                        
                        
                        
                      
                      
                      
                  
                  
                
  
David Atkinson said:
  Object locking is to prevent multiple users changing the same objects in a shared database context. In dedicated databases, this can't happen. What were you hoping it wou...