Hi!
my problem looks like this:
I have an Access app using linked tables from SQL Server.
for the UserManagement I need to know exactly who is connected to the DB.
I thought about creating a new DSN using info from a login form (DSN name, database, username and password) and re-link the tables.
problem is that I still have the SQL Server dialog box asking for the password when I append the tables.
using trusted_connection=yes in the connect string (also username and password), its not resolving because all the time I will have the same username and not changed when I login again.
any ideas?
thanks
my problem looks like this:
I have an Access app using linked tables from SQL Server.
for the UserManagement I need to know exactly who is connected to the DB.
I thought about creating a new DSN using info from a login form (DSN name, database, username and password) and re-link the tables.
problem is that I still have the SQL Server dialog box asking for the password when I append the tables.
using trusted_connection=yes in the connect string (also username and password), its not resolving because all the time I will have the same username and not changed when I login again.
any ideas?
thanks