Tema: Error EOF
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/01/2003, 07:35
Avatar de meru-kun
meru-kun
 
Fecha de Ingreso: noviembre-2002
Ubicación: Madrid
Mensajes: 854
Antigüedad: 22 años, 5 meses
Puntos: 0
Error EOF

Código:
<%
txtSeccAdd = Request.Form("NomSeccAdd")
txtJuegoAdd = Request.QueryString("ID")
strSQL = "SELECT SECCION FROM GAMES_SECC WHERE ID_JUEGO=" & txtJuegoAdd
MyRecordset = MyConn.Execute(strSQL)
Do While Not MyRecordset.EOF or MyRecordset.BOF
If MyRecordset("SECCION") = txtSeccAdd Then
 Exit Do
 response.write("MAL")
Else
 response.write("Se va a añadir la seccion:" & txtSeccAdd)
End If
MyRecordset.MoveNext
loop
MyRecordset.Close
%>
Con ese codigo me da un error, que dice que MyRecordset No soporta el parametro EOF... ¿por que?
__________________
Tu portal de manga y anime.