I've set up my Access front-end to connect to MySQL using Dougs DSN-less method http://www.accessmvp.com/DJSteele/DSNLessLinks.html
The problem I'm having, is I am trying to run the code again to use different username and password. The code runs with no errors but the linked table still uses the old username and password.
I think its something to do with the way it saves the password the first time its run but I'm not sure how to fix. Any help would be great.
The problem I'm having, is I am trying to run the code again to use different username and password. The code runs with no errors but the linked table still uses the old username and password.
I think its something to do with the way it saves the password the first time its run but I'm not sure how to fix. Any help would be great.