Re: VB .NET & MYSQL - LOCK TABLES

2004-06-03 Thread Larry Lowry
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 1:25 PM Subject: RE: VB .NET & MYSQL - LOCK TABLES > You will need to reuse your database connection, do not open a new > connection with each call or the lock will not be there. > LOCK TABLE table1 READ;

RE: VB .NET & MYSQL - LOCK TABLES

2004-06-03 Thread Victor Pendleton
& MYSQL - LOCK TABLES Hello MySql List, I have create connection with VB .NET & MySql, and now i must use the LOCK TABLES statment. I want to know how i can use this sintax .. i must open connection - begin the LOCK TABLES - begin the select statment, and then UNLOCK TABLES .. I think so tha

VB .NET & MYSQL - LOCK TABLES

2004-06-03 Thread Mirco Santori
Hello MySql List, I have create connection with VB .NET & MySql, and now i must use the LOCK TABLES statment. I want to know how i can use this sintax .. i must open connection - begin the LOCK TABLES - begin the select statment, and then UNLOCK TABLES .. I think so that is not correctly .. w