UnlockWorkStations

This forum is for programmers who have questions about the source code.
Post Reply
apollonia
Posts: 40
Joined: Sat Nov 08, 2008 7:17 pm
Location: Bakersfield, CA

UnlockWorkStations

Post by apollonia » Sun Mar 21, 2010 5:37 pm

when i attempted a recent update, an error was thrown (SetSqlMode choked on SET GLOBAL sql_mode=' ' ). I restored my original OpenDental program files and all worked fine, but still all the workstations were locked.

Is there a way to re-open access and unlock workstations, other than doing something like this?

Code: Select all

UPDATE preference SET ValueString = "" WHERE PrefName='UpdateInProgressOnComputerName'

User avatar
jordansparks
Site Admin
Posts: 5744
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: UnlockWorkStations

Post by jordansparks » Sun Mar 21, 2010 10:13 pm

Newer versions have a dialog that comes up that asks you if you want to override the lock for situations like this. But since you're using an older version, that query is the only option.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply