I have an Access link to an Oracle database that I have used for years. My recent upgrade to Win7 successfully set up the 32 bit ODBC driver to the Oracle database and Access successfully used it for several months. The ODBC driver is hard coded with the password by putting the “userID/password” in the user ID field of the ODBC driver.
Recently the database changed policy on the user ID and the password expired. During the time that they reset the user ID so the the password does not expire, they changed the password. I changed the userID/password in the ODBC driver and successfully tested the connection.
However the Access link still references the old userID/password and I could not change or remove the old userID/password using the Linked Table Manager in Access. I can successfully use the Access link if I overtype the correct userID and password after the automatic login fails but it occasionally results in a locked user ID with following tasks to get the user ID unlocked.
Why does the ODBC driver remember the new userID/password but Access insists on using the old userID/password? How can I fix this?