N
news.microsoft.com
Hello,
I am learning how to use threads and in the process learning how to debug
them as well.
I have created a thread that runs a stored procedure which takes about 20
minutes to run, which is why I want to use a thread.
I start the thread and I see it added to the thread list. While I am waiting
for it to complete and raise an event I look at the threads again and it is
now longer there. When I look at the output window it shows the following
line "The thread 'SyncDB' (0xa10) has exited with code 0 (0x0)". What doe's
this mean?
Thanks,
Bryan
I am learning how to use threads and in the process learning how to debug
them as well.
I have created a thread that runs a stored procedure which takes about 20
minutes to run, which is why I want to use a thread.
I start the thread and I see it added to the thread list. While I am waiting
for it to complete and raise an event I look at the threads again and it is
now longer there. When I look at the output window it shows the following
line "The thread 'SyncDB' (0xa10) has exited with code 0 (0x0)". What doe's
this mean?
Thanks,
Bryan