Foros del Web » Programación para mayores de 30 ;) » .NET »

Operation must use an updateable query. ??!!

Estas en el tema de Operation must use an updateable query. ??!! en el foro de .NET en Foros del Web. Ese es el mensaje que me sale cuando intento en asp.net ejecutar un código de inserción de datos en una tabla... ¿Debería tocar algo en ...
  #1 (permalink)  
Antiguo 16/05/2002, 03:47
 
Fecha de Ingreso: abril-2002
Mensajes: 16
Antigüedad: 22 años
Puntos: 0
Operation must use an updateable query. ??!!

Ese es el mensaje que me sale cuando intento en asp.net ejecutar un código de inserción de datos en una tabla...

¿Debería tocar algo en el IIS que permita que las tablas sean actualizables?, he intentado entrar en las propiedades del archivo mdb, pero todo parece correcto.

Estoy convencido de que es un problema de fácil solución, pero no la encuentro...

Gracias por vuestro tiempo.
Saludos.
  #2 (permalink)  
Antiguo 16/05/2002, 04:23
 
Fecha de Ingreso: abril-2002
Mensajes: 16
Antigüedad: 22 años
Puntos: 0
Re: Operation must use an updateable query. ??!!

Ok, solucionao:

http://www.macromedia.com/support/ultradev/ts/documents/80004005update.htm

Era:

Issue
The following error: 80004005 – Operation must use an updateable query – occurs on a page when an event is updating or inserting into a recordset.


Solution
There are several things that may cause this ODBC error. Many of the possible reasons are listed in the table below. The permissions that are set on the directory the database is in. IUSR privileges must be set to "read/write".
The permissions on the database itself does not have full read/write privileges in effect.

This error can also occur when the database is located outside of the inetpub/wwwroot directory. Though the information is still able to be viewed and searched, it cannot be updated unless it is in the wwwroot directory.
The recordset itself was based on a non-updateable query. If you have non-updateable queries within your database (joins are a good example) - this could be the cause. You would actually have to restructure your queries so that they are updateable.


Additional information
For additional information on this error, please refer to Microsoft's Knowledge Base...

Espero que os haya sido útil.

Salvador Gallego.
  #3 (permalink)  
Antiguo 16/05/2002, 04:23
 
Fecha de Ingreso: abril-2002
Mensajes: 216
Antigüedad: 22 años
Puntos: 0
Re: Operation must use an updateable query. ??!!

posteanos el codigo de inserccion par que podamos y revisa los permisos que tienes sobre la base de datos o sobre esa tabla en concreto.
  #4 (permalink)  
Antiguo 16/05/2002, 05:08
 
Fecha de Ingreso: abril-2002
Mensajes: 216
Antigüedad: 22 años
Puntos: 0
Re: Operation must use an updateable query. ??!!

cuando te respondí todavia no habias posteao eso. Pues na. malegroporti.
  #5 (permalink)  
Antiguo 16/05/2002, 05:52
 
Fecha de Ingreso: abril-2002
Mensajes: 216
Antigüedad: 22 años
Puntos: 0
Re: Operation must use an updateable query. ??!!

cuando te respondí todavia no habias posteao eso. Pues na. malegroporti.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 19:17.