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.
 

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

Back
Top