I have an app that does does internet research. THe initial log in logs the user into the login history which is stored on our ISP's SQL server database. We distribute this through our web site and sell it as a local app. We give them a user name and password so they can log in. Besides that initial login, they probably will need to access the ISP database maybe 10 times every 15 minutes to update their usage and minor things like that. I am wondering if I should leave the connection open the entire time the app is open and just make calls to the DB through that or actually close the connection after each call.
Any opinions?
Any opinions?