Re: lock row

2002-08-10 Thread Ady Wicaksono
Alexander Burbello[EMAIL PROTECTED] Wrote: Hi, how can I lock only one row in the table? What table type I have to use to lock? If you use MyISAM table (default table on MySQL 3.23.x) you can't use InnoDB table for enabling row level locking, BTW it's default table for MySQL 4.x Regards

lock row

2002-08-09 Thread Alexander Burbello
Hi, how can I lock only one row in the table? What table type I have to use to lock? Regards Alexander sql, query ___ Yahoo! PageBuilder O super editor para criação de sites: é grátis, fácil e rápido.

Lock row

2002-03-07 Thread Dominique DUTENDAS
Hi, I want to lock a row in a table, and just the row I have selected what's the solution under MySQL Thank's Dominique - Before posting, please check: http://www.mysql.com/manual.php (the manual)

RE: Lock row

2002-03-07 Thread Weaver, Walt
InnoDB! --Walt -Original Message- From: Dominique DUTENDAS [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 8:02 AM To: MySQL Subject: Lock row Hi, I want to lock a row in a table, and just the row I have selected what's the solution under MySQL Thank's Dominique