Link to home
Start Free TrialLog in
Avatar of Chris
ChrisFlag for United States of America

asked on

Remove Saved Password for Linked Table

I just used the SQL Server Migration Assistant for Access to upsize my Access database back end to SQL Server.  The password to the linked tables was saved in Access, so that when you open the database, no password is required.  However, I would like a password to be required (a SQL Server user-based password, not an Access database password).  How do I remove the saved password from the database so that it asks for a user and password when the database is opened?

I know I could disconnect and reconnect the tables, opting to not save the password, but that would require me to create a DSN, and I prefer to  have this be DSN-less.

Thanks!
Avatar of jmoss111
jmoss111
Flag of United States of America image

Hello Orcadian,

What type of authentication is on the database, trusted, sql or mixed mode?


Regards,

Jim
Avatar of Chris

ASKER

SQL Authentication
I'm not 100% sure about this but I think that the password is stored in the registry, not the database, in ODBC.INI
ASKER CERTIFIED SOLUTION
Avatar of Gustav Brock
Gustav Brock
Flag of Denmark 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