using mdb, when a user open the mdb file and put his username and password,
the windows keeps username for next time...
but...
using adp, the username's default always is the connection's username
how can I change this situation?
andrei skor - 20 Feb 2006 20:12 GMT
> using mdb, when a user open the mdb file and put his username and password,
> the windows keeps username for next time...
[quoted text clipped - 4 lines]
>
> how can I change this situation?
Everaldo Ricardo - 21 Feb 2006 19:14 GMT
answers in english please
"andrei skor" <alena.5> escreveu na mensagem
news:uV3yynlNGHA.2916@tk2msftngp13.phx.gbl...
>> using mdb, when a user open the mdb file and put his username and
> password,
[quoted text clipped - 5 lines]
>>
>> how can I change this situation?
Sylvain Lafontaine - 21 Feb 2006 19:28 GMT
You must use Integrated Security or Close/Reopen the connection; something
like:
CurrentProject.CloseConnection
CurrentProject.OpenConnection connectionString, user, password
Not a perfect solution, I admit.

Signature
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
> using mdb, when a user open the mdb file and put his username and
> password, the windows keeps username for next time...
[quoted text clipped - 4 lines]
>
> how can I change this situation?