When I use the following to post my value, I got SQL like this:
SELECT+A%2ECMPL %5FFIELD%5FID%2 C+A%2ECMPL%5FFA CILITY%.
How to get the SELECT without those hex value. THanks.
<FORM NAME='formname' METHOD=POST
ACTION='ExcelEx port.asp?noIncl udes=yes'>
<INPUT TYPE='Hidden' NAME='strSQL'
VALUE="<%=repla ce(server.urlen code(strsql),"' ","`")%>">
<tr><td BGCOLOR=E4E4E4 ID='bodytext' COLSPAN='8' align='center'> <input
TYPE=SUBMIT value='export'> </td></tr>
</form>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
SELECT+A%2ECMPL %5FFIELD%5FID%2 C+A%2ECMPL%5FFA CILITY%.
How to get the SELECT without those hex value. THanks.
<FORM NAME='formname' METHOD=POST
ACTION='ExcelEx port.asp?noIncl udes=yes'>
<INPUT TYPE='Hidden' NAME='strSQL'
VALUE="<%=repla ce(server.urlen code(strsql),"' ","`")%>">
<tr><td BGCOLOR=E4E4E4 ID='bodytext' COLSPAN='8' align='center'> <input
TYPE=SUBMIT value='export'> </td></tr>
</form>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment