Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/09/2012, 12:40
Avatar de Alexis_Mejias
Alexis_Mejias
 
Fecha de Ingreso: enero-2005
Ubicación: Santiago
Mensajes: 77
Antigüedad: 20 años
Puntos: 17
Respuesta: DataRow y string

Asi te sugiero hacerlo:

Código PHP:
function FindkeyWords(text as stringkey as datatable) as string 
dim dr 
as DataRow Key.select("palabra='"text &"'")

if 
dr.length->= 0 then
    Response
.write "Encontro"
else
    
Response.write "No hay Nada"
end if
end function 
Saludos!