Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/04/2004, 15:19
Avatar de franfritz
franfritz
 
Fecha de Ingreso: marzo-2003
Ubicación: Stgo Chile
Mensajes: 260
Antigüedad: 22 años, 1 mes
Puntos: 0
'numerico
sql="Select * From tabla Where categoria ="&request.form("textfield")

'string
sql="Select * From tabla Where categoria ='"&request.form("textfield")&"'"


'numerico
sql="Select * From tabla Where categoria ="&x

'string
sql="Select * From tabla Where categoria ='"&x&"'"