How to add new user to Access files via code?
I using VB.Net 2003 with simple SQL commands in my code.
Now my application open the Access database file with no user name or password but i need to add this support to the MDB file so my basic questions re:
1. How can i add via code a new user + his password to the MDB file?
2. How do i open a MDB file that have a user & password? (Now i just use the connection string to connect the MDB file)
Thanks
Have a good weekend.
:wave:

