Table 'vikibnj' has an implicit (RowNumber) key -- if multiple users insert or delete entries concurrently, data loss can occur. Updates may apply to the wrong record or could fail entirely on some data sources

I don’t use the row number column. how to overcome this? i will be sharing with others the app and hence additions will occur. will i loose data?

0 2 2,064
2 REPLIES 2

Your table is using a rownumber as a key column. Please use another column for that purpose and if you don’t have a good column with unique values, you could create a new column with the formula UNIQUEID() in the initial value.

Steve
Platinum 4
Platinum 4
Top Labels in this Space