Home All Groups Group Topic Archive Search About

:: Control user access

Author
14 Apr 2005 12:02 PM
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.

Author
15 Apr 2005 12:25 AM
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.

Show quoteHide quote
On Thu, 14 Apr 2005 09:02:49 -0300, "Retf" <dy***@terra.com.br> wrote:

>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.
>


**********************
jackmacMACdon***@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
Author
15 Apr 2005 4:25 AM
TC
Are you using Microsoft Access? This newsgroup is devoted to security
in Microsoft Access, not security/access issues in general.

HTH,
TC