CCMDB.accdb: Difference between revisions
TOstryzniuk (talk | contribs) mNo edit summary |
TOstryzniuk (talk | contribs) mNo edit summary |
||
| Line 4: | Line 4: | ||
*'''ccmdb.mdb''' file which is identical for all until synced into | *'''ccmdb.mdb''' file which is identical for all until synced into | ||
* [[settings.mdb]] which contains location specific information such as the path to the [[Regional Server]], and the hospital and ward names. | * [[settings.mdb]] which contains location specific information such as the path to the [[Regional Server]], and the hospital and ward names. | ||
*Any data in the ccmdb.mdb is considered transient, the file can be replaced with an empty new version at any time. *Rolling out new versions is done by [[:Category: | *Any data in the ccmdb.mdb is considered transient, the file can be replaced with an empty new version at any time. *Rolling out new versions is done by [[:Category: Batch Files | a batch file]]. A ccmdb.mdb file that is currently open WILL NOT be overwritten. | ||
*Additionally, this program folder contains a \Master directory where the master version of the ccmdb.mdb is stored. Any changes required to the program can be made on the master file, and then rolled out by copying the master\[[updt_all.bat]] [[:Category: | *Additionally, this program folder contains a \Master directory where the master version of the ccmdb.mdb is stored. Any changes required to the program can be made on the master file, and then rolled out by copying the master\[[updt_all.bat]] [[:Category: Batch Files | batch file]] to a local drive (batch code can’t cope with running from an unnamed drive) and running it. | ||
*Trish or Tina roll out changes using this updt_all.bat | *Trish or Tina roll out changes using this updt_all.bat | ||