Hi all,
I'm trying to use a System DSN entry (nI can't use a DSN file) on a client PC using a client to access ad SQL Server DB without a trusted connection.
Actually it works in a domain environment but I need to temporary transfer this configuration out of the domain.
I added a SQL Server user with dbo role.
I can't modify the configuration of the software (on both server and client).
The problem is: every time I use the software I need to put the SQL user and password so many times that is impossible to use it.
How can I store the SQL password and let the user to insert it at the most the first time the software is lunched?
Thank you.