TSIsolutions
MIS
Hope a guru can help.
I have a split DB. The FE contains to types of tables: the first are Permanent tables linked to the BE and Temporary table that reside on the FE.
When installing a FE on a workstation, I would like to programatically link ONLY the Permanent tables to the BE. Thinking proactively, I added a TMP prefixe to each Temporary table.
My guess is to cycle through each table and whichever doesn't have a TMP prefix then connect to the BE. Or I can create a table listing all Permanent tables and using that to connect to the BE.
Can anyone tell me how to do that?
Thanks,
Lawrence
I have a split DB. The FE contains to types of tables: the first are Permanent tables linked to the BE and Temporary table that reside on the FE.
When installing a FE on a workstation, I would like to programatically link ONLY the Permanent tables to the BE. Thinking proactively, I added a TMP prefixe to each Temporary table.
My guess is to cycle through each table and whichever doesn't have a TMP prefix then connect to the BE. Or I can create a table listing all Permanent tables and using that to connect to the BE.
Can anyone tell me how to do that?
Thanks,
Lawrence