> > database

OT for the question, as you use the SQLite library you don't need to open and 
close the 'connection' to it every time. You can open it once an leave it open 
until the program finishes, the close it. `setControlCHook()`

Reply via email to