Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/09/2004, 15:09
Avatar de HPNeo
HPNeo
 
Fecha de Ingreso: mayo-2004
Ubicación: The Matrix
Mensajes: 223
Antigüedad: 21 años
Puntos: 0
Microsoft JET Database Engine error '80040e57'

The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.

/lodhp/ollivander2.asp, line 45

Esa linea es:

oSQL = "Update Alumnos Set Varita='" & optid & "' Where Nick='" & login & "'"
Set ooRS = Server.CreateObject ("ADODB.RecordSet")
ooRS.Open oSQL, ooConn

Osea que debe ser la instruccion SQL.

Si deseas te paso todo el codigo.
__________________
HPNeo