Re: How to check user_id and password via ADO ?
From: BP Margolin (bpmargo@attglobal.net)
Date: 11/18/02
- Next message: Ramesh: "Re: Default database offline - access denied"
- Previous message: Michael: "How to check user_id and password via ADO ?"
- In reply to: Michael: "How to check user_id and password via ADO ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "BP Margolin" <bpmargo@attglobal.net> Date: Sun, 17 Nov 2002 19:56:41 -0500
Michael,
SQL Server, when in Mixed Authentication mode, automatically checks user's
logins and password ... there is nothing that you need to do ... except make
sure that SQL Server is actually in Mixed Authentication mode and not
Windows Authentication mode.
The section "Authentication Modes" (adminsql.chm::/ad_security_47u6.htm) in
the SQL Server 2000 Books Online has additional information.
-------------------------------------------
BP Margolin
Please reply only to the newsgroups.
When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
can be cut and pasted into Query Analyzer is appreciated.
"Michael" <ruihuiwen@hotmail.com> wrote in message
news:uWovxwpjCHA.1584@tkmsftngp11...
> I am trying to connect to SQL Server2000 via ASP + VB Script +ADO,
> All the users have their owen user_id and password.
> Please tell me how can I check the user_id and password while user logins?
>
> Thanks
>
>
> Michael
>
>
>
>
- Next message: Ramesh: "Re: Default database offline - access denied"
- Previous message: Michael: "How to check user_id and password via ADO ?"
- In reply to: Michael: "How to check user_id and password via ADO ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|