username in adp

E

Everaldo Ricardo

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?
 
A

andrei skor

Everaldo Ricardo said:
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?
 
S

Sylvain Lafontaine

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top