Retrieving mde version info

J

John

Hi

Is there any version info saved in an mde that differentiates one compile
from another? Ideally I need to be able to pass this info to a vbscript that
decides to copy the file if it is newer than the existing file.

Thanks

Regards
 
J

Jack Cannon

John,

Here is the way that I do it.
I use a public constant such as:
Public Const datVersion = #3/6/2009#

The version is displayed on the application title bar.

After compile I archive it as:
MyApp090306.mdb
and distribute it as:
MyApp090306.mde

If you really need the vbscript to read the version number then you will
probably have to store the version number in a text field of a table in the
application that the script module can link to.

Jack Cannon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top