Kbase P17666: What does the DB-REQUIRED preprocessor mean?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
What does the DB-REQUIRED preprocessor mean?
FIX:
Checking DB-REQUIRED means:
1) The function or procedure is only available in the the .w procedure file that is running on the AppServer
2) The function or procedure is not available in the client proxy _cl.w procedure file that is running on the Client Side
3) Originally means that a connection to the Database is required in order to compile the section of code
4) BUT it does not enable any mechanism to relay an override call to the AppServer on its own
On the other hand, unchecking DB-REQUIRED means that code is available on both the AppServer side and the Client Proxy side. BUT again, it does not enable any mechanism to relay an override call to the AppServer on its own.