Hi,
First up, I understand why it is good practice to close server database connections as soon as possible.
I am developing a program that will contain a local database (5 tables ~ 200 columns), it may grow to a few thousand rows (so doubt it will be too much of an overhead). My first thought was to keep the local db connection until the program is closed.
Can you please confirm if this will be ok or highlight reasons why I would not want to do this?