unsecure front end linked to secure backend

A

alexis

I have some forms that I'd like to link to a secure back
end. I cannot open the secure back end directly with going
through the wrkgrp file so how do I attach/link the
unsecure forms to the secure tables?
 
I

Immanuel Sibero

Hi Alexis,

Let's look at your question:
........so how do I attach/link the
unsecure forms to the secure tables?

If you could attach/link unsecured forms to secured tables, then security
would be moot, wouldnt it?
As a matter of fact, the big reason you secure tables is so that unsecured
forms can not attach/link to the tables.

To answer your question, either:
- secure your front end the same way you secured the backend OR
- unsecure your back end.


HTH,
Immanuel Sibero
 
T

TC

Or - untested:

Add a new user with the same username and PID, to the secured workgroup file
for the BE, *and* the unsecured workgroup file for the FE. Give that user
read-access to the tables in question. Put a password on the Admin user of
the unsecured workgroup file. Tell everyone what that password is, so
everyone cal still log-in to the unsecured database. Put another password on
the new user. Tell that password only to the relevant people. Log on to the
unsecured database using the new user, create links to the relevant tables
in the secured database, then base some forms or reports on those links. Log
out, hold breath & go to lunch.

Now, IMO, people who know the new user's password will be able to log on to
the unsecured database & run the forms & reports which are linked to the
tables in the secured database. other (general) users of the unsecured
database will only know the general Admin password, & so, will not be able
to run those forms or reports.

TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top