I am facing problems of how to solve an issue. I have an application that is always on in the background. The application call a lot of stored procedures and it's seems costly to connect and disconnect for each question.
Which is the best way to maintain the connection state and connect if needed? I mean, the state can be other than open or closed. Please give me any input on this matter. Thanks.
Which is the best way to maintain the connection state and connect if needed? I mean, the state can be other than open or closed. Please give me any input on this matter. Thanks.