Is calling the close() necessary after a Session?
Will there be multiple Session if i keep calling
- Code: Select all
Poco::Data::Session session("SQLite", "sample.db");
over and over again or will it act as a singleton and only use the first Session that was created?
Thanks.





