Im trying to insert a new record into a fresh table and im getting 'Update Operation Affected 0 records'

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Alpha_AI
Posts: 4
Joined: Tue 04 Mar 2008 07:04

Im trying to insert a new record into a fresh table and im getting 'Update Operation Affected 0 records'

Post by Alpha_AI » Tue 04 Mar 2008 22:03

Im getting 'Update operation affected 0 records due to possible concurrency violation.
What does this mean?

Alpha_AI
Posts: 4
Joined: Tue 04 Mar 2008 07:04

Post by Alpha_AI » Sat 08 Mar 2008 01:07

Can someone please tell me?
I am running out of days to try out this trial version.
Thanks

Ben

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 11 Mar 2008 07:23

This message should not appear during insert operation. It can appear during update operation when query does not update the table (usually it happens when you're trying to update record that somebody has removed from table).
Could you please tell us the full product version and the structure of the table you are trying to fill with data (I mean DDL text)?

Post Reply