hi there,
I have used this SQLite wrapper for quite a while and noticed a problem:
The testrig software I programmed will probably be used by other persons as well. Unfortunately, some of them are not very familiar with labview programming and will probably stop the execution of the program using the red button.
This causes a 'database locked' message, when the software is started again afterwards. So I was wondering, if there is any way to remove the lock (since the process locking the database is still running - LabVIEW itself) automatically on the next run.
I know, people should be trained not to stop the execution that way, but this will happen. I don't want to hide this button, since it might be necessary to kill the program from time to time during development. So I'm looking for another way to handle this.
Any suggestions on that? I'll appreciate any help.
Max