T
Troy Berardo
We've had an Access 2000 front-end with a SQL 2000 back-end application
running for a couple of years with no problems. Users access the app through
Terminal Server using a run-time version of Access.
In the interest of having users change their own passwords regularly, we'd
like to change all SQL users from SQL Authentication to Windows
Authentication so when they login to Terminal Server the app uses that name
and password.
We know how to change the user in SQL to use Windows Authentication, so
that's not a problem. What we'd like to find is a sample piece of code
showing how to authenticate the user using Trusted Connection = Yes in the
connection string, if that's the proper way to do it. Basically, when they
open the database, before anything else is done, can we ensure that they are
a user defined within our SQL database?
Thanks for your help!
Troy
---
running for a couple of years with no problems. Users access the app through
Terminal Server using a run-time version of Access.
In the interest of having users change their own passwords regularly, we'd
like to change all SQL users from SQL Authentication to Windows
Authentication so when they login to Terminal Server the app uses that name
and password.
We know how to change the user in SQL to use Windows Authentication, so
that's not a problem. What we'd like to find is a sample piece of code
showing how to authenticate the user using Trusted Connection = Yes in the
connection string, if that's the proper way to do it. Basically, when they
open the database, before anything else is done, can we ensure that they are
a user defined within our SQL database?
Thanks for your help!
Troy
---