Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/04/2005, 15:05
Avatar de Prefontaine
Prefontaine
 
Fecha de Ingreso: agosto-2004
Mensajes: 313
Antigüedad: 20 años, 8 meses
Puntos: 0
<%
cLugar=request.form("Lugar")
cPrueba=request.form("Prueba")

Set rsdb = Server.CreateObject("ADODB.Recordset")

strSQL = "select atleta,marca,lugar,fecha,Posicion from rank_mundial_masc where Prueba= "&cPrueba&" AND Lugar= "&cLugar&""

rsdb.Open strSQL, Conn
%> <%if rsdb.eof then%>