K kingganesh04 New Member Jan 21, 2009 #1 I want to change the Logical DB name, Using the progress coding. My LDBNAME = ganeshdb, but i need sureshdb.
I want to change the Logical DB name, Using the progress coding. My LDBNAME = ganeshdb, but i need sureshdb.
Vaalen Member Jan 27, 2009 #2 progA: define alias sureshdb for database <dbname>. run progB. progB: for each sureshdb.<table> no-lock: display sureshdb.<table>. /* or whatever */ end. These need to be seperate programs. Hope this helps.
progA: define alias sureshdb for database <dbname>. run progB. progB: for each sureshdb.<table> no-lock: display sureshdb.<table>. /* or whatever */ end. These need to be seperate programs. Hope this helps.