Protected Sheets or other security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using excel, I have a ODBC connection and have a query set up that I would
like to be refreshed by sales people regularly, when they choose to. I would
prefer for security reasons that they cannot edit the query, only refresh the
query. The data is summarized in multiple pivot tables. I

s there a way to accomplish this by protecting the sheet that contains the
query? Or is there another option? Even if we establish Oracle security at
the database level, the query could still be edited. We'd prefer that they
don't edit the query.
 
Excel said:
I would
prefer for security reasons that they cannot edit the query, only refresh the
query.
Even if we establish Oracle security at
the database level, the query could still be edited.

What about putting the SQL code in a stored procedure on the server
side? I suppose they could still change the calling command text e.g.
to call a different stored proc but a least they couldn't mess with the
query in question.

Jamie.

--
 
What is a stored procedure on the server side. I'm an accountant not a
programmer. Can you clarify?
 

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