I’m implementing a database update in my program. I got my sqlite3 database running and I’m able to check for updates, but my question is: How do I download a file from the web (the new database) and move it to the correct folder?
I’m implementing a database update in my program. I got my sqlite3 database running
Share
This page has some good code for doing exactly that.
Also to get the path of where the database “should” go, you can use some code like this :