ADP Security Settings

J

Jeff

I have an ADP file pointing to a SQL Server 2005 DB. I'm looking to secure
the data in the tables. Currently everyone is setup as an owner through the
SQL Server Manager. All of the data in the application is pulled/connected
using stored procedures.
- Some directly through the form's data source in the properties
interface
- Other are dynamically constructed using VBA
- All use "dbo." prefix (a problem encountered earlier)
When I just grant the users read/write/execute privileges on the DB, the ADP
can no longer find the stored procedures. What privileges must I grant the
user to get around this?
 

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