Buongiorno,
ho alcuni database esempi che non riesco piu' ad aprire, il messaggio e' il seguente:
Seguendo la guida di windows mi suggerisce:
You tried to access a database that is in an outdated format. Compact the database and then try the operation again.
For information about how to compact and repair Access databases, see the following:
Per cui ho creato un DB vuoto, in una maschera ho inserito un pulsante con la seguente routine:
Private Sub Comando0_Click()
Dim strSourcePath As String
Dim strDestPath As String
strSourcePath = "C:\Dati\Database\Esempi\Libro cespiti\DBAMMORTAMENTI.mdb"
strDestPath = "C:\Users\Riccardo\Documents\Prova.accdb"
DBEngine.CompactDatabase strSourcePath, strDestPath
MsgBox "Finished"
End Sub
Ma si blocca quando dovrebbe eseguire la compattazione con il messaggio seguente:
Sto sbagliando qualcosa? Ho provato anche a collegare il db o ad importarlo ma da' sempre lo stesso errore
Non ho premesso che ho installato il pacchetto Office Pro 2021, mentre il file che cerco di aprire e' un mdb ma non so con che versione e' stato creato.