bdn.borland.com

Article #30023: Unable to resolve error, 'Table is read only.'

Question: When using an UpdateSQL component I get the following error when trying to apply updates: 'Table is read only.'

Solution: There are a couple of possible reasons for getting this error. First you should check that the query is indeed not set to read only. Next if you are using the OnUpdateRecord event then you will need to specify the result for the UpdateAction parameter. If the update is successful then UpdateAction should be set to uaApplied.

Last Modified: 09-MAY-03