Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/12/2002, 15:26
luisgls
 
Fecha de Ingreso: noviembre-2002
Mensajes: 133
Antigüedad: 22 años, 5 meses
Puntos: 0
Condicional de campo en bd

¿Como tengo que poner el condicional para que me funcione correctamente?. Gracias

sql = "SELECT * from users WHERE username = '" & username & "'"
Set rsPag = Server.CreateObject("ADODB.Recordset")
rsPag.Open sql, conn, 3, 3

if rsPag("paginaweb") = false then
Response.Write ("No tienes pagina web")
end if