Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/09/2002, 08:42
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 23 años
Puntos: 7
Re: Select con formularios y request.form

fallan las comillas...

Código:
SQL="SELECT * FROM tabla1 where tipo='divx'" & titulo like '%" & request.form("titulo")& "%' order by titulo asc"