ADP SQL Authenticatrion user login

A

Ambroski

I've create an adp file that uses SQL Server authentication. Problem
is that alot of users use this same file and they do not want to see
the default username when they login - they have their own usernames.
Everytime they connect to to the database, they regularly have to
change the default username to their own...very annoying. Is there a
way of setting it blank or setting it to that user's username. I do
not want a separate adp file for each user, bad idea when users are
many.

Thanks.

Ambroski.
 
A

ambroski

I have found a solution to that.
The idea is to set the connection string to "" when the user exits the
database (I let that event fire when the user close my Main Menu form),
Then when the user reopens the adp file, he/she is presented with a
logon form (I created) that will eventually "put values" to the
connections string.
 

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