Is there any known method of checking a database for at least tale-tale signs of corruption via a VBA script?
Here's the thought I have in mind...
Where I work, particularly in the department where I'm currently working, we have LOADS of Access Databases for different processes, and many of them are VERY old.
I'd like to set up a database for keeping track of them all - for now at least - that would basically loop through, and list all databases, and then possibly throw up any flags about any of them.
I've already put a piece together that will take care of any open database-lock files - (*.ldb and *.laccdb).. basicaly delete the file if possible, if not, move on... if it's possible, then no one is actually using it, and it just remained after a database crash.
Then that got me to thinking, what about database corruption? I realize I couldn't check via a script for whether a database has corruption in it based on a "is it corrupted" of course, but what about checking for common signs of corruption? I don't yet know where to start, but thought that perhaps someone else has been down this road in the past.
Thanks for any thoughts, references, suggestions, opinions.
Here's the thought I have in mind...
Where I work, particularly in the department where I'm currently working, we have LOADS of Access Databases for different processes, and many of them are VERY old.
I'd like to set up a database for keeping track of them all - for now at least - that would basically loop through, and list all databases, and then possibly throw up any flags about any of them.
I've already put a piece together that will take care of any open database-lock files - (*.ldb and *.laccdb).. basicaly delete the file if possible, if not, move on... if it's possible, then no one is actually using it, and it just remained after a database crash.
Then that got me to thinking, what about database corruption? I realize I couldn't check via a script for whether a database has corruption in it based on a "is it corrupted" of course, but what about checking for common signs of corruption? I don't yet know where to start, but thought that perhaps someone else has been down this road in the past.
Thanks for any thoughts, references, suggestions, opinions.