K
Kahuna
Hi Folks
I have a FE/BE app, both parts are secured. I'd like to use a routine in the
FE to update the structure of the BE (adding tables / fields etc).
This works great with the non-secured BE, but I am struggling to determine
if this is possible with a secured BE. I use a table of tables, fields,
attributes etc in the FE to make the update. As the FE is updated and
deployed it has with it this table, essentially, describing the BE structure
that's required to match the new FE.
One wrinkle is that the end user will run the 'Updater' routine when they
first open the App, so they wont have permissions to access the secured BE
other than through queries (RWOP).
Any comments on the feasibility of doing this, and how I could access the BE
and make the structural changes (perhaps by creating the link using the
developers username/password in code)?
TIA
I have a FE/BE app, both parts are secured. I'd like to use a routine in the
FE to update the structure of the BE (adding tables / fields etc).
This works great with the non-secured BE, but I am struggling to determine
if this is possible with a secured BE. I use a table of tables, fields,
attributes etc in the FE to make the update. As the FE is updated and
deployed it has with it this table, essentially, describing the BE structure
that's required to match the new FE.
One wrinkle is that the end user will run the 'Updater' routine when they
first open the App, so they wont have permissions to access the secured BE
other than through queries (RWOP).
Any comments on the feasibility of doing this, and how I could access the BE
and make the structural changes (perhaps by creating the link using the
developers username/password in code)?
TIA