I'm quering an Oracle 8i table that contains manufacturer's part numbers in a catalog. Some of the name contain special characters (#,-, and /).
Attempt to pass those values via ASP cause all kinds of problems.
Does anyone have a work around? I've created functions in my ASP to do some formatting. However, I can't seem to get the urlencode functions to work. Thanks.
Attempt to pass those values via ASP cause all kinds of problems.
Does anyone have a work around? I've created functions in my ASP to do some formatting. However, I can't seem to get the urlencode functions to work. Thanks.