Skip to main content
This topic has been closed for replies.

1 reply

Participant
March 13, 2012

CFGRIDUPDATE only works if the database has a column defined as a primary key. It doesn't work on tables with no primary key defined, or a primary key that's defined separately from the column definitions.

If the CFGRID needs to update such a table, create a satisfactory temp table and then put the new data where it needs to go.