Task
|
OpenEdge program group icon
|
Action
|
Start the Procedure Editor and connect to a single-user database
|
Client
|
Modify shortcut target properties:
install-path\bin\prowin32.exe pathname\db-name-1
|
Start the Procedure Editor and connect to a multi-user database
|
Client
|
Modify shortcut target properties:
install-path\bin\prowin32.exe pathname\db-name
|
Start the ADE Desktop and connect to a single-user database
|
Client
|
Modify shortcut target properties:
install-path\bin\prowin32.exe -p _desk.p pathname\db-name-1
|
Start the ADE Desktop and connect to a multi-user database
|
Client
|
Modify shortcut target properties:
install-path\bin\prowin32.exe -p _desk.p pathname\db-name
|
Start an OpenEdge batch session and connect to a single-user database
|
Client
|
Modify shortcut target properties:
install-path\bin\prowin32.exe -b pathname\db-name -1 -p procedure
|
Start an OpenEdge batch session and connect to a multi-user database
|
Client
|
Modify shortcut target properties:
install-path\bin\prowin32.exe -b pathname\db-name -p procedure
|
Start a server or broker for an OpenEdge database
|
OpenEdge Management or OpenEdge Explorer
|
See online help.
Command-line alternative:
proserve pathname\db-name
|
Shut down a server or broker for an OpenEdge database
|
OpenEdge Management or OpenEdge Explorer
|
See online help.
Command-line alternative:
proshut pathname\db-name
|