I have a simple .exe which users run which compares the dates of the .mde locally to that on a network share and if there is a newer .mde it simply copies the .mde from the network share to their local computer.
Recently it seems that this copy is not working properly and whilst an .mde file exists, it does not work, giving various errors.
A simply re-copy solves the problem.
My question is what is special about a .mde so that I can check that the copy process has worked and that the two .mde are identical. I know I can check file size but what else can I compare.
I would be using a VB.NET exe to do this. I realise that this might be a question which should be asked in a VB.net forum but I am not sure they will know about an .mde. I also realise there might be more general methods of checking files - but I first wanted to check if there was something special in an Access file.
Recently it seems that this copy is not working properly and whilst an .mde file exists, it does not work, giving various errors.
A simply re-copy solves the problem.
My question is what is special about a .mde so that I can check that the copy process has worked and that the two .mde are identical. I know I can check file size but what else can I compare.
I would be using a VB.NET exe to do this. I realise that this might be a question which should be asked in a VB.net forum but I am not sure they will know about an .mde. I also realise there might be more general methods of checking files - but I first wanted to check if there was something special in an Access file.