Ver Mensaje Individual
  #52 (permalink)  
Antiguo 19/02/2003, 15:21
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años
Puntos: 0
debe haber algo raro...
haber copia esto y veamos que sale.

mezclando pesao..



Código:
strsql="SELECT * FROM publicaciones WHERE autor like '%"&vector(0)&"%' "

for i =1 to ubound(vector)
strsql=strsql & " OR autor LIKE '%"&vector(i)&"%' "
next
response.write strsql
response.end