Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: facho
  • Order by date
  1. facho

    Running vbscript through different credential

    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...
  2. facho

    write text into a pop-up window

    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")...

Part and Inventory Search

Back
Top