Re: query synchronization

2002-03-04 Thread Egor Egorov
Son, Sunday, March 03, 2002, 6:53:36 AM, you wrote: SN>It's like multiple script try to update the same piece of data in SN> the mySQL at the same time. SN>Do I need to provide a method to synchronize to all my scripts. You can read about 1. LOCK TABLES/UNLOCK TABLES. LOCK TABLES stat

Re: query synchronization

2002-03-02 Thread Son Nguyen
It's like multiple script try to update the same piece of data in the mySQL at the same time. Do I need to provide a method to synchronize to all my scripts. Son Nguyen --- Egor Egorov <[EMAIL PROTECTED]> wrote: > Son, > > Saturday, March 02, 2002, 6:34:37 AM, you wrote: > > S

Re: Query Synchronization

2002-03-02 Thread Son Nguyen
It's like multiple script try to update the same piece of data in the mySQL at the same time. Do I need to provide a method to synchronize to all my scripts. Son Nguyen --- Egor Egorov <[EMAIL PROTECTED]> wrote: > Son, > > Saturday, March 02, 2002, 6:34:37 AM, you wrote: > > S