:: Control user access

R

Retf

Hi,

I need develop a security application, and I would like know what is better
way to control user access (authentication) in my application.



Is better:

Control in SQL Server. (SQL Logins)

Control in Windows. (Windows Login)

Control in table of user in my database. (My application control this)



Thanks.
 
J

Jack MacDonald

Combination of SQL Server and Windows -- they perform different tasks.
Prevent the users from seeing your application via Windows, then
control what they are allowed to do via database security.

The roll-your-own solution is not recommended.

Hi,

I need develop a security application, and I would like know what is better
way to control user access (authentication) in my application.



Is better:

Control in SQL Server. (SQL Logins)

Control in Windows. (Windows Login)

Control in table of user in my database. (My application control this)



Thanks.


**********************
(e-mail address removed)
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
 
T

TC

Are you using Microsoft Access? This newsgroup is devoted to security
in Microsoft Access, not security/access issues in general.

HTH,
TC
 

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