Search Results

2
votes

Are there restricted characters in ADO varchars?

Have you tried using adVarWChar for the name column? …
1
vote

request.serverVariables() “URL” vs “Script_Name”

Is this maybe there in case of Server.Transfer? In the case where you do a server.transfer i think you would get different results i.e. SCRIPT_NAME would be e.g. /path/to.t …