MySQL driver : more than 1 statement in 1 query ?
Posted: Tue May 25, 2010 11:06 am
I try to make a revExecuteSQL on a query like :
"LOCK TABLES mytable ; INSERT...... ; UNLOCK TABLES"
The RunRev driver gives an error message.
If I paste the same query in the query editor of HeidiSQL... I can run it (successfully) (with or without a ";" a the end).
So I'm wondering, is it possible to have multiple statements in one query with the MySQL driver of RunRev ?
"LOCK TABLES mytable ; INSERT...... ; UNLOCK TABLES"
The RunRev driver gives an error message.
If I paste the same query in the query editor of HeidiSQL... I can run it (successfully) (with or without a ";" a the end).
So I'm wondering, is it possible to have multiple statements in one query with the MySQL driver of RunRev ?