Kbase P116611: Database connections opened during program execution are not shown in Architect
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1A
SYMPTOM(s):
Database connections opened during program execution are not shown in Architect
Using CONNECT statement in 4GL
No new connection appears in DB Navigator
No new connection appears in Database view
CAUSE:
This is expected behavior. The OpenEdge Architect environment needs to know about which databases are connected without having to interrogate and find this info from the OpenEdge runtime each time the info is needed. Especially with regard to these features:
1. Advanced data aware editing features like syntax coloring, auto completion and hover help in an efficient way
2. Ability to share DB connection info across different projects and to different team members in a easy way (Team development)
3. Ability to restart the OpenEdge runtime associated with the projects without having to re-run the programs
FIX:
None at this time.