I have 2 VB applications, one that collects data in real time and stores it in SQLServer, and another that fires periodically and processes that data. Currently, the processing application kills SQLServer when it finishes. Is there any way to force VB to leave SQLServer alone when it completes processing? If I don't close the connection, won't VB close it anyway as the program exits?
Any help is appreciated. Thanks
Sheila
Any help is appreciated. Thanks
Sheila