hi everyone,
I have a database mdb file in my project, which is likely to be update from time to time.
I want to put a Update Command in my vb project to download the database file at specific location e.g. c:\programfiles\mysoftware and to replace the older file without asking the user, it may also add that vb compare both the files that whether the size of files is different, if file size is different then download, if same size then give msg that no update is available for now.

Is it possible ????? if so plz help