Not allow users to link to database

  • Thread starter Thread starter frank
  • Start date Start date
F

frank

Hello,

I have a database that is split into frontend and backend,
it also using user level security. Is there a way to
disable linking to the backend database?

Thanks in advance!
 
You can use RWOP queries and disallow ALL access to your tables, and process
all data through your queries. Google on RWOP and you'll get quite a bit of
information about them. It takes some work, but it will achieve what you
want.
 
Back
Top