Vista Problem with mdb database

PaulLag

New member
Local time
Tomorrow, 03:24
Joined
Nov 3, 2008
Messages
4
Hi everybody,

I am facing to following problem.

I have a VB code that is accessing to a MDB database realized with Access 2006.
This mdb has got an expiration date, so that the code reads this date. Should be already passed, the software does not work.

The program works perfectly with all windows except for vista.
In this case, the first time I launch the software, it works suitably, while the second time I lunch it doesn't work, since it gives me the message for the expiration date.

Has anybody of you ever faced to this kind of problem ?
Has anybody of you a solution for this kind of problem ?

Many thanks
 
There is no A2006 version so we are in the dark there. We also need to know how you are getting the expiration date and what you are comparing it to.
 
Oh, Sorry, you are perfectly right.
It is Access 2000 !

In the VB code I am opening the database with a query and I get the expiration date set.
This date is compared with the date that I can get from the System.
Should the expiration date be lower than current date, the software is not enabled to work.

Hope this is clear.
If not, please, get back to me.

Many thanks
 

Users who are viewing this thread

Back
Top Bottom