Hi, It's hard to say what the problem is, it could be you have disabled table locking and concurrently delete rows. Without (simple, reproducible) test case it's hard to say.
Regards, Thomas On Thu, Aug 23, 2012 at 11:14 AM, patrice henrio < [email protected]> wrote: > I have this message when i try to edit a row of a table (on others tables, > editing is correct). > > Row not found when trying to delete from index > "PUBLIC.CONSTRAINT_FC0B_INDEX_F: ( /* key:7504 */ 396, 961, 10, TRUE)"; SQL > statement: UPDATE "PUBLIC"."POURTOURS_LIMES" SET "ID_POURTOUR"=? > ,"ID_LIMES"=? ,"RANG"=? ,"SENS"=? WHERE "ID_POURTOUR"=? AND "RANG"=? > [90112-163] > > I don't anderstand why ? > > a problem on the constraint ? on an index ? I need to reconstruct indexes > on this table ? > > > > > -- > Si vous vous intéressez à l'histoire, vous pouvez parcourir mon site : > http://histoiremondiale.free.fr > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
