Votes
Answers
Views
Question
0
1
474
I have a string... mySourceConn.Open "Driver = Teradata; DBCName = tdprod1; Database = " & DB_Source & "; uid = " & UID & "; pwd = " & Pwd in which I would like to pass the encrypted password into the "Pwd" field as the regular password.
2
1
55
I tried to use a variable Link as Link = "http://www.Google.com" but got an error stating > "Object doesn't support this property > or method: 'Link"' . How can I fix this and why does it not work??
0
2
73
I want to make a sort of Global value that all of my Service test scripts can use and I want My Service Test script to grab the value of the environment variable at runtime and use the value in the script as a parameter. Is there a way to do this.