Link to home
Start Free TrialLog in
Avatar of mckelly2002
mckelly2002

asked on

VB6: Changing passwords in MS Access

Hello everyone!

I am currently developing a VB6 program that uses MS Access.  I have set up user names and passwords on the MS Access database.  I would like the VB program to have the capability of changing the user's Access password.

Does any one know how this can be done?  If so, would it be possible to provide some example code?

Avatar of inthedark
inthedark
Flag of United Kingdom of Great Britain and Northern Ireland image

I think you can do this using ADOX.  You can create/delete users & groups.  Then add users to groups.  You can setup passwords too.

If you have used ADOX before you will find it easy.  

ASKER CERTIFIED SOLUTION
Avatar of EDDYKT
EDDYKT
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mckelly2002
mckelly2002

ASKER

Thanks to both of you,

Eddykt, I couldn't connect to the link provided. Is there any other sites I can visit?

Inthedark, I will try the ADOX and get back to you.

Thanks again,
Mike


I've no problem to connect to that link
May be you need to join, It is free anyway


The link use ADOX, ADO and VB to change Access password
Thanks guys.