Hi, Probably a "simple" question...
For a web application, what is preferable? Keeping a DBDatabase instance opened (and attached to a driver) in the application session (as static for example) or open and close it each time a db request? Regards, exxos.
