Security Problem

R

reza

I have an .adp on sql server 2000 . It works in windows authontication mode
but I want to check users in 2 layers.
I set the sql server to mixed mode but when I run the .adp file access force
me to enter sql server password . i don't want such this situation. i want
to pass current user information through ConnectionString property .
How users can get rid of this confirmation dialogue when they run .adp
file?

Thanks,
Reza
 
T

Tore G. via AccessMonster.com

In access ADP open the FILE menu, then Connection. Here you can specify how
the adp file shall connect to the sql server 2000. You can choose between
"windows integrated security" and "use specific user name and password"
(Sql Server authentication)

If you use sql server authentication make sure that you enable "allow
saving password". Then the users will not be asked to supply the password
when the client connects to sql server.

NT integrated security is far better and should be used if possible. SQL
Server authentication with username and password can easily be hacked.

Regards

Tore
 

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