How to consolidate multi-user db access?

Chris Kelleher

Administrator
Staff member
Syteline 3.5b01a and Progress 8.2c.

I am trying to create routine that loops through all thirty-seven db's and
execute the same block of code for each loop. We have source code but I
cannot seem to find where or how Symix does their consolidation routine.
Has anyone done this or can point me to where it might be.

loop:
for each alias.dbname no-lock:
do something.
end.
repeat.

TIA

James E. Dupree
 
Take a look at the lib/connect.i include file.

Patrick T. Gordon
Senior Software Engineer
Custom Software Solutions
Symix Computer Systems, Inc.
Columbus, OH 43231
Phone: 614/523-7000
Fax: 614/895-1195
 
Back
Top