
10/06/2004, 08:01
|
| | Fecha de Ingreso: octubre-2003
Mensajes: 364
Antigüedad: 21 años, 6 meses Puntos: 1 | |
Los saco así:
<A HREF="actividad2.asp?identi=<%=rs("ORGANIZACION")% >&identiII=<%=rs("DIRECCION")%>" class="estilo2"><%=rs("ORGANIZACION")%></a>
Si pinchas en este link de arriba es donde luego deberian de salir los datos:
con esta sql ("nota:esto funciona excepto para los &)
sql="select * from EMPRESAS2002 WHERE (ORGANIZACION='"&vides&"')AND(DIRECCION='"&videss& "')"
set rs=Conn.Execute(sql)
if Err <> 0 Then
response.write Err.Number & "<br>"
response.write Err.Description & "<br>"
response.write Err.Source & "<br>"
response.write Err.Line & "<br>"
response.write "<H1><FONT COLOR='#ff0000'>Ha ocurrido un error consulte con el administrador del sistema.</FONT></H1>"
end if
if (rs.eof=true) then
igual=1
response.write ("La Ficha no se encuentra disponible en estos momentos.")
end if
if (igual=0) then
do while not rs.eof
%>aki sacaria los datos que salen bien, excepto los & |