Page 1 of 1

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

Posted: Tue 04 Mar 2008 22:03
by Alpha_AI
Im getting 'Update operation affected 0 records due to possible concurrency violation.
What does this mean?

Posted: Sat 08 Mar 2008 01:07
by Alpha_AI
Can someone please tell me?
I am running out of days to try out this trial version.
Thanks

Ben

Posted: Tue 11 Mar 2008 07:23
by Duke
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)?