qry = "SELECT dbo.funcion(paramtero(s)) AS resultado " Set rs = algunaConexion.Execute(qry) if not rs.EOF then Response.Write(rs("resultado")) end if