
08/12/2004, 14:55
|
 | | | Fecha de Ingreso: junio-2002 Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 22 años, 10 meses Puntos: 125 | |
Código:
Command.CommandText="Select * from ofertasmayoristas where (tipo='MINORISTA' AND destinooferta='" & destinooferta & "') or (tipo='TUROFERTAS' AND verenabierto='1' AND destinooferta='" & destinooferta & "')"
Set RS=Command.Execute ()
response.write(trim(rs("verenabierto")))
if trim(rs("verenabierto"))="1" then%>
TRIM
LTRIM |