
21/08/2002, 22:55
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses Puntos: 535 | |
Re: poblemas con request.querystring y ASP sería algo así:
SQL = "SELECT * from tabla"
if vartipo <> "" then
SQL = SQL & " WHERE TIPOS = ' " & vartipo & " ' "
end if
saludos |