I quote from DAO help:
"Jet caches the user ID and password along with the connection,
so that you're not repeatedly prompted. This means that if your
application needs to log on to the server with a different user ID and
password, you will be unable to do so unless you force the closure of
any existing connections."
In this moment I make a client-server based application. Server receive
request from clients and make a mdb database beginning from an ODBC
connection to SQL Server. Therefore, I must log into SQL Server as user
who send current request.
How can I delete cached user and password (or disable this feature) for
a given DSN?
Thanks,
Horatiu Minca