specific orm info

could be some of the characters in the email address are screwing things up.Are you setting the value of the variable inside single quotes to define it as a string? If you are, then try it without the quotes.Maybe you need to use the backslash in front of the characters so they retain their literal value.Try setting the value of the variable in the source asp, then try to read it to see if that works. that will tell you if the problem is in the setting or the getting.SB

Discussions have been disabled for this post