Change MS-Access DB password from Java Application
843854Mar 18 2002 — edited Mar 27 2002I'm trying to build a Java application to work with a MS-Access database.
I would like the application to allow the user to change the MS-Acess DB password.
This password can be easily set in MS-Access in Tools\Security\Set Database Password.
Can I code Java statements to set/unset/change this DB password from the application ? If so, what classes/methods can I use ?
Or am I restricted to manipulate the DB password only inside MS-Access ?
I'm using:
- JDK 1.2.2
- MS-Access 2000
- Windows Me
Thanks in advance for your help.