P
Princy
Friends,
How to reset or change the admin password of MS Access 2003 database?
(I am using VFP 8.)
I tred ALTER USER admin PASSWORD pass1 ``. This command generated an error
message "Syntax error in ALTER TABLE command"
The reason is that I tried to compact a MDB database and it does not work
with password protection. So I need to remove the password and then compact
and then set password back.
If not sure of VFP coding, it would be great if you can direct me on how to
do that in VB with some explanation.
Any help would be appreciated
How to reset or change the admin password of MS Access 2003 database?
(I am using VFP 8.)
I tred ALTER USER admin PASSWORD pass1 ``. This command generated an error
message "Syntax error in ALTER TABLE command"
The reason is that I tried to compact a MDB database and it does not work
with password protection. So I need to remove the password and then compact
and then set password back.
If not sure of VFP coding, it would be great if you can direct me on how to
do that in VB with some explanation.
Any help would be appreciated