Beginners question - I need some help:
I have 2 databases named g3 (both) on two progress-servers (9.1E and 10.1B). I know how to connect to db, f.e.:
but don't know how to use these databases in code. How will compiler know what DB I wanna use in f.e.
? And how to use each of DBs separately in one module?
Thanks for answers!
I have 2 databases named g3 (both) on two progress-servers (9.1E and 10.1B). I know how to connect to db, f.e.:
Code:
CONNECT("db.pf")
Code:
FOR EACH g3.table1 ...
Thanks for answers!