Security for an ADP; what is Access part? What is SQL server's part.

C

computer.mike

I have an ADP (Access forms, etc with SQL Server backend)

How would I implement security for end users? Do I set up in Access?
Then how does access talk to SQL Server? Do I set up user accounts in
SQL Server? To I configure both? Isn't their an application role in
SQL Server?

I need a general framework to start with. Any advice or links would
be appreciated.

Mike
 
A

Arvin Meyer [MVP]

I generally use integrated Windows security with SQL-Server, then create an
Access ADE (or more often an MDE) for the Access Front-end. You don't need
to login, but you do need to be in a group with permissions to access
SQL-Server.
 

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