You can also try SFImpersonator, I use it in lots of my scripts with both MS and Novell resources.
You can go to http://cwashington.netreach.net/main/tools/default.asp?topic=n-z
It's a little ways down on the page. Be sure to read through the sample script and set the correct permissions for...
You have to pass the username and password from within your script when you connect to your DSN, putting it in the DSN won't usually work. Try something like this:
Set objConnection = CreateObject("ADODB.Connection")
Set objRecordset = CreateObject("ADODB.Recordset")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.