View Single Post
Old 07-02-2007, 10:59 AM   #3
David Wang
 
David Wang's Avatar
 
Posts: n/a
My Photos: ()

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default blocking mysql to read

starting a transaction here would not help me as i'm trying to
disallow a read of that specific row. the only thing that i've seen
that may work is locking the entire table, but im not sure if that is
the correct approach. suggestions?

-d

On Jun 25, 11:22 am, Andreas Stieger <Andreas.Stie...@gmx.de> wrote:
> Hello,
>
> David Wang <dasn0...@gmail.com> schrieb:
>
> > Does anyone have some suggestions on how to block one script from
> > reading the table while the other script is reading the table?

>
> Do you understand the concept of transactions?
>
> kind regards,
> Andreas



  Reply With Quote