Dim connectionString As String = "Server=[SQLserver]; Initial 
Catalog=[Database]; User ID=domain\username; Password=[password]"
Dim sqlConnection As System.Data.SqlClient.SqlConnection = New 
System.Data.SqlClient.SqlConnection(connectionString)
               Dim queryString As String = "UPDATE [...] SET [EMAIL PROTECTED], 
[EMAIL PROTECTED] WHERE ...)"
                  Dim sqlCommand As System.Data.SqlClient.SqlCommand = New 
System.Data.SqlClient.SqlCommand(queryString, sqlConnection)


----- Original Message ----- 
From: "Edward H. Putt" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, August 30, 2005 11:13 AM
Subject: RE: [ASP] dsnless contection using nt auth


> That is there. I need to know the script to make it work.
>
>
>
>
>
> <===========================>
> Edward H Putt
> Senior Microcomputer Support Specialist
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> (814) 865-9128
> 313 J Information Sciences and Technology Building
> <===========================>
>
>
>
> ________________________________
>
> From: [email protected]
> [mailto:[EMAIL PROTECTED] On Behalf Of Bob Filipiak
> Sent: Tuesday, August 30, 2005 10:22 AM
> To: [email protected]
> Subject: Re: [ASP] dsnless contection using nt auth
>
>
>
> The SQL administrator has to add your domain account to the logins and
> assign appropriate permissions.
> ----- Original Message ----- 
> From: "Edward H. Putt" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Monday, August 29, 2005 12:44 PM
> Subject: [ASP] dsnless contection using nt auth
>
>
>>I am not an asp programmer. So this is why I am asking this simple
>> question that seems to open hells gate because I sure can not find it
>> anywhere.
>>
>>
>>
>> I need to be able to connect to an MS SQL 2000 server using an Active
>> Directory username and password, not a SQL username and password.
>>
>>
>>
>> Can some please give me a simple script that will do this?
>>
>>
>>
>> Again with domain and user name not sql like this domain\username.
>>
>>
>>
>> I have been beating me head off the table for some time on this and
> all
>> fails. The server is MS 2003 using IIS6.
>>
>>
>>
>>
>>
>> [Non-text portions of this message have been removed]
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> Home       : http://groups.yahoo.com/group/active-server-pages
>> ---------------------------------------------------------------------
>> Post       : [email protected]
>> Subscribe  : [EMAIL PROTECTED]
>> Unsubscribe: [EMAIL PROTECTED]
>> --------------------------------------------------------------------- 
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>
> ---------------------------------------------------------------------
>
> Home       : http://groups.yahoo.com/group/active-server-pages
> ---------------------------------------------------------------------
> Post       : [email protected]
> Subscribe  : [EMAIL PROTECTED]
> Unsubscribe: [EMAIL PROTECTED]
> --------------------------------------------------------------------- 
>
>
>
>
> ________________________________
>
> YAHOO! GROUPS LINKS
>
>
>
> * Visit your group "active-server-pages
> <http://groups.yahoo.com/group/active-server-pages> " on the web.
>
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]
> ibe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> .
>
>
>
> ________________________________
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
> ---------------------------------------------------------------------
> Home       : http://groups.yahoo.com/group/active-server-pages
> ---------------------------------------------------------------------
> Post       : [email protected]
> Subscribe  : [EMAIL PROTECTED]
> Unsubscribe: [EMAIL PROTECTED]
> --------------------------------------------------------------------- 
> Yahoo! Groups Links
>
>
>
>
>
>
>
> 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to