Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/05/2002, 04:23
gallego
 
Fecha de Ingreso: abril-2002
Mensajes: 16
Antigüedad: 23 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.