Authenticate to MS SQL using alternate NT credentials

G

Guest

We are trying to authenticate to MS SQL through an MS Access application
coding in VBA and want to pass NT credentials of a service account instead of
the user that opens the MS Access app. I am aware of how to code this using
a SQL authentication, but was wondering how to do this using NT
authentication of a user other than the the person that has opened the app?

Any help or sample code would be apprecaited.
 
G

Guest

How does upgrading to 2004 solve this issue? We are currently using 2000 so
an upgrade to 2004 is not very likely. Is there some sort of built in ADODB
function in 2004 that enables creating a database connection to pass NT
authentication that 2000 doesn't have?
 
J

John Vinson

How does upgrading to 2004 solve this issue? We are currently using 2000 so
an upgrade to 2004 is not very likely. Is there some sort of built in ADODB
function in 2004 that enables creating a database connection to pass NT
authentication that 2000 doesn't have?

He's a spammer, trying to draw traffic to a warez website. Ignore him.

John W. Vinson[MVP]
 

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