Linking tables to a Secured DB

A

AJ Raiber

I need to find a way if one exists to link a table in a
non-secured DB to a table in a secured DB.

( link tblPersonnelInfo in DB2 which is not secure to
tblPersonnelInfo in DB1 which is secured)

I would like to do this through code if possible so it is
transparent to the users. Thank you.
 
T

TC

Assuming you want the users of the unsecured db to be able to >read the
data< from the linked table - that would be something of a security hole,
no? Anyone could read the data from a secured database, just by linking to
it from an unsecured one!

Ain't gonna happen, AFAIK.

HTH,
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