![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
This Q is more nuts and bolts... If you've got layouts using a Table Occurrence in file A and another in file B that both refer to the same base table, is there any way to transfer the found set in A to B. Within a single file the GTRR script step can be used, but I can't seem to see how to set it up to work with an external layout/file. This is coming up in a multifile solution, where some actions must executed in a different file due to permissions/security restrictions. (Only scripts in the file actually containing the table can exceed the logged in users priviledges for that table.) -best regards, Dave |
#3
| |||
| |||
|
|
On 29 Apr 2007 16:30:47 -0700, d-42 <db.pors... (AT) gmail (DOT) com> wrote: This Q is more nuts and bolts... If you've got layouts using a Table Occurrence in file A and another in file B that both refer to the same base table, is there any way to transfer the found set in A to B. Within a single file the GTRR script step can be used, but I can't seem to see how to set it up to work with an external layout/file. This is coming up in a multifile solution, where some actions must executed in a different file due to permissions/security restrictions. (Only scripts in the file actually containing the table can exceed the logged in users priviledges for that table.) -best regards, Dave How about exporting the found set from A into a separate, but duplicate table in B having a related key to the original table? Then you could run your script on the found set in B, import the changes into A and wipe the found set from B when finished. -- FW |

![]() |
| Thread Tools | |
| Display Modes | |
| |