Relative Content

Tag Archive for openedgeprogress-4gl

Client choose pasoe agent to connect

Is it possible that the client can choose the apllication server (PASOE) agent to connect?
I want to hold data for specific groups of clients to reduce db requests.

PROGRESS 4GL – Is it possible to check table fields affecting during assignment?

I have a custom table which has no trigger events for write. I could sense some of the data often modified from particular fields but not sure what is the exact fields in table. Is there way to track or check the table fields affecting during assignment? I understand protop can give us some info but I would like to have a small query which helps to identify fields. Thanks in advance

Compiler choose primary unique index – PROGRESS 4GL

From below query I have given all the components for index vdmod_idx1. But when I checked XREF, I can see the compiler choose vdlist since it is primary unique. May I know why it is behaving like this. I would like to know what’s happening here