Ricardo Ayres Severo <[email protected]> wrote: > My question is if I would face any problem by opening the database > when my application starts and actually never closing it. I don't do > any access across threads.
You shouldn't have any problems with this. It's a pretty common access pattern (except that most applications do close the connection when terminating). Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

