SQL CONNECTION best Practices
Posted
by george9170
on Stack Overflow
See other posts from Stack Overflow
or by george9170
Published on 2010-04-29T14:35:49Z
Indexed on
2010/04/29
14:57 UTC
Read the original article
Hit count: 190
Currently there is discussion as to what are the pros and cons of having a single sql connection architecture.
To elaborate what we are discussing is, at application creation open a sql connection and at application close or error closing the sql connection. And not creating another connection at all, but using just that one to talk with the DB.
We are wondering what the community thinks.
© Stack Overflow or respective owner