November 27, 2006 at 1:59 pm
In writing webpages that need to connect to the SQL server that uses Windows Authentication, what is the string used in the code pages?
November 28, 2006 at 1:48 am
Depends how and what you want to connect to. See http://www.connectionstrings.com for all the connections you could ever want and some...
November 28, 2006 at 6:44 am
I justed wanted the info that triggered the Windows Authentication. I know the string for SQL Authenitcation. Amazingily enough I found that on connectionstrings.com but not the answer to my question. I believe you insert IntegratedSecurity as part of the string but dont know the values to use.
November 28, 2006 at 6:59 am
It's there. Look at the string for trusted connections under OLE DB.
--Andrew
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply