Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Maintaining a SQLServer Connection after closing VB application

Status
Not open for further replies.

sheilaM99

Programmer
Mar 26, 2001
6
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top