ciao a tutti con un problema con questo codice:
<%language@=vb script%>
<%
sql=select i from tblex where
sql=sql&"or"
sql=sql&"man like'%"&word&"%'"
response.write(sql)
il risultato è select i from tblex where orman like'%%'
come posso fare per ottenere or separato da man ?
grazie

Rispondi quotando