Hello everyone!
I need some help on creating a small program that will automatically compact a MS Access database for me.
I am using MS Access Database 2016 / 365 version.
I am using this driver set = Microsoft Access Driver (*.mdb, *.accdb)
My database has the .accdb tag.
The database is encrypted so I need to be able to open the database with the password and then compact it.
I have found different examples out there but all of them assume the database is not encrypted. I try different things to get the database open with no luck.
Does anyone have any ideas on how I can create this?
I am also open to creating this script in another language like Python.
Thank you in advance for the help!
I need some help on creating a small program that will automatically compact a MS Access database for me.
I am using MS Access Database 2016 / 365 version.
I am using this driver set = Microsoft Access Driver (*.mdb, *.accdb)
My database has the .accdb tag.
The database is encrypted so I need to be able to open the database with the password and then compact it.
I have found different examples out there but all of them assume the database is not encrypted. I try different things to get the database open with no luck.
Does anyone have any ideas on how I can create this?
I am also open to creating this script in another language like Python.
Thank you in advance for the help!