Hi,
I've written a VB app that uses data from an Access database that is in the same folder as the EXE. Currently I instruct users to manually download an updated .mdb file periodically from my website, using a browser. (The data is updated a couple of times per week)
What I'd like to know is, can VB be used to check the timestamp of the database file on the website, and compare it to the database file currently on the users PC, and do an automatic update if necessary? I've used the Inet control, and have been able to download the file from the ftp site. Do you need VBScript to get the file's timestamp?
Something similar to the way an anti-virus update is done, with a popup notification, and "Click Here to download" would be ideal. I'm sure I can figure out how to determine if an internet connection exists. Automatic notification about an updated file would require a small app constantly running in the background, and I'm not sure if I want to do that. Maybe I should just allow the user to manually start the download from within the app. Any suggestions would be great.
Thanks a lot.
I've written a VB app that uses data from an Access database that is in the same folder as the EXE. Currently I instruct users to manually download an updated .mdb file periodically from my website, using a browser. (The data is updated a couple of times per week)
What I'd like to know is, can VB be used to check the timestamp of the database file on the website, and compare it to the database file currently on the users PC, and do an automatic update if necessary? I've used the Inet control, and have been able to download the file from the ftp site. Do you need VBScript to get the file's timestamp?
Something similar to the way an anti-virus update is done, with a popup notification, and "Click Here to download" would be ideal. I'm sure I can figure out how to determine if an internet connection exists. Automatic notification about an updated file would require a small app constantly running in the background, and I'm not sure if I want to do that. Maybe I should just allow the user to manually start the download from within the app. Any suggestions would be great.
Thanks a lot.