Showing posts with label connetion. Show all posts
Showing posts with label connetion. Show all posts

Thursday, February 16, 2012

Accessing SQL Server data using Thread

Hi,

How do we set credentials or contex to a thread.

I create a new thread and within that thread if I am use a connetion string with Integrated Security=True" to talk to the SQL Server, however it seems that the new thread's context/identity is blank and hence failing the SQL Server connection.

Please help.

Thanks

Read this thread. hopefully it's the same problem you are having..

http://www.msdner.com/forum/thread597465.html

|||

Thanks, It helped.