Kbase P5037: How to run a 4GL program on database startup using a script
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How to run a 4GL program on database startup using a script
FIX:
Create a script or batch file which will start the database and fire off the program every time the database is started.
For example:
A batch file with the following lines will start a database called sports2000 and start a program that connects to the database and opens the data dictionary.
proserve sports2000 -S 9989
prowin32 sports2000 -S 9989 -p dict.p