Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/04/2003, 11:50
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
Código:
SI TU CAMPO ES NUMERICO

sqltext2 = "SELECT * FROM tb where id="& CInt(request.querystring("id")) &" "

SI TU CAMPO ES STRING

sqltext2 = "SELECT * FROM tb where id='"& request.querystring("id") &"' "
no entiendo que es lo que quieres en tu otra consulta