Application Locking/Dynamic Tables
This special topic discusses the following interconnected concepts:
- Application Locking: This concept limits who can run and when they can run which applications.
- Dynamic Tables: This concept dictates one of the rules governing application locking.
- Related Topics:
- What Is Application Locking?
Deltek has assigned an application locking code to every function in Costpoint. - What Are Dynamic Temporary Tables?
Locks are put on functions for technical reasons. The less restrictive locks, user and restart, are required on those functions that use dynamic temporary tables. Dynamic temporary tables are worktables created and dropped in the same application. - Side Effects of Using Application Locking
From time to time, a function will be closed without the normal shutdown procedures taking place. - How to Determine the Application Locking Code of a Function
If you need to find out what type of locking code has been assigned to a function, connect to the database through SQLTalk using the User ID of DELTEK.
Parent Topic: Resize Dynamic Tables and Indexes