Re: Couldn╢t Performe the edit because another user changer

2002-03-14 Thread Alex Kitainik
The record you want to update is locked by another client. Check return value of your update() What you have to do is approx. the following: while( record_locked) { sleep(...) if( update(...) == OK ) break; } Roberto Freitas Alexandre wrote: > MySQL > > Hi all, > > I am rece

Couldn´t Performe the edit because another user changer

2002-03-14 Thread Roberto Freitas Alexandre
MySQL Hi all, I am receving this error message sometimes when I tried to update a record. I am using Delphi 3, ODBC connection and TTable object. What I have to do ? Somebody can help me ? Tks, Roberto Alexandre - Be