Re: R: about row locking

2007-08-20 Thread sharath
Thanks a lot Chris & Mr. m.sbr. :-) I will think & check your code so that how can I implement in my project. Yeah, this is a mysql issue, i think need to create a table by using InnoDB engine. This support row level locking. Regards, sharath. On Aug 20, 7:15 pm, <[EMAIL PROTECTED]> wrot

R: about row locking

2007-08-20 Thread m.sbragi
I have used this on one of my projects: function afterSave() { /* ** If new record find counter */ if(! @$this->data['Protocolli']['id']) { $id= $this->getLastInsertId();