FE/BE Linked Tables

maximark

Registered User.
Local time
Yesterday, 21:53
Joined
Dec 14, 2012
Messages
26
I have a fe that has 5 tables linked to a backend db on the server.

I want to add a new table to the fe that is linked to a second db on the server??

What I have tried.
I have created the tbl_called in the fe.
when I right click on it and go to Linked Table Manager I do not see it on the list. The only tables in the list are the 5 I linked before. Why is tbl_called not showing up??


Mark
 
You don't create the table in the frontend. You create the table, if not already done, in the OTHER database and then you use the EXTERNAL DATA tab to link to it. The Linked Table Manager is only for those tables already linked.
 
Got it that worked.

Thanks
 

Users who are viewing this thread

Back
Top Bottom