I created a .mdb file programmatically from another .mdb file using VBScript. It creates a table in the second .mdb file and populates the data. Everything is working fine and the data is filled in correctly. This is done using the JET 4.0 driver.
The problem is that when I try to open the .mdb file with Access 2007, it first tries to restore the file. I do not know why this is happening. If I try to open it in Access 2003, it will open without repair. I need to fix it. Has anyone come across this before or any ideas as to why this is happening?
source
share