I'm having a problem, in all of my programs, that is beginning to rear it's ugly head too often. In a program that used ".edit" and ".post" commands to update a record I sometimes get an error saying "coudn't preform the edit because another user changed the record". This normally happens if, for some reason, you go into edit mode, don't change anything and then try to post. It's not an actual case of another user changing anything, as it happens when no one else is in the DB.
I'm not sure if this is a Delphi error or a MySQL error, but I can't duplicate the results by directly editing the MySQL DB so I assume it's a Delphi problem.
I'm using Delphi 7, and BDE to access the DB.
I'm not sure if this is a Delphi error or a MySQL error, but I can't duplicate the results by directly editing the MySQL DB so I assume it's a Delphi problem.
I'm using Delphi 7, and BDE to access the DB.