How to compile progress database editor commands ?

Asked By 20 points N/A Posted on -
qa-featured

Hi Experts,

I am having a database in SQL server. I need to compile progress database editor commands. I want your guidance to run  these commands in my command prompt. If anyone can post the link to sample code is preferred. Thanks.

Regards,

Cassandramariannaa

SHARE
Answered By 0 points N/A #141722

How to compile progress database editor commands ?

qa-featured

Hello Cassandramariannaa,

As far as I know, there are no such commands to compile progress database editor commands. But , there is another solution. You can use a script to compile the code for you. The script follows –

DLC=/dlc;
export DLC
PROPATH=/rd/lib/nxt.pl:/rd/exec::/rd/cust:/rd/src:$DLC/;
export PROPATH
PATH=$DLC/bin:/rd/bin:$PATH;
export PATH
PROTERMCAP=/rd/opsys/rdtermcap;
export PROTERMCAP
PROMSGS=/dlc/promsgs
export PROMSGS
$DLC/bin/pro -p /rd/bin/my.p -U progressadmin -P mypass


Then save the file as program.p and run it and you are done.

 

Related Questions