Linking tables to a Secured DB

  • Thread starter Thread starter AJ Raiber
  • Start date Start date
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.
 
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
 
Back
Top