O
OctavioOlguin
Guest
From top of my head, I imagine that on calling procedure I should do something like this : IF PROCESS-ARCHITECTURE = 32 THEN RUN getConnInfo32.p(output connInfo). ELSE RUN getConnInfo64.p(output connInfo). shouldn't I?
Continue reading...
Continue reading...