Hi,
I have a program that checks if its up-to-date when it starts up,
I figure I need an item in my MySQL database called "version" with a value of 1.00.
Now, I've never done anything like this before. I wonder, am I supposed to just go and manually edit and increase that version number when I release an update for the program, or is there some better or proper way to do it?
My second question is, how do I go about storing an image I want the program to download later?
Do I store it in the MySQL database, or on the website? (this isn't an image you'll see on my actual website)
Kind Regards
I have a program that checks if its up-to-date when it starts up,
I figure I need an item in my MySQL database called "version" with a value of 1.00.
Now, I've never done anything like this before. I wonder, am I supposed to just go and manually edit and increase that version number when I release an update for the program, or is there some better or proper way to do it?
My second question is, how do I go about storing an image I want the program to download later?
Do I store it in the MySQL database, or on the website? (this isn't an image you'll see on my actual website)
Kind Regards