Bug #665 | Two insert statements are not working in the single execute statement | ||
---|---|---|---|
Submitted: | 18 Jun 2003 0:11 | Modified: | 18 Jun 2003 6:16 |
Reporter: | ramachandra reddy | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | 4.0.13 | OS: | Windows (windows 2000) |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[18 Jun 2003 0:11]
ramachandra reddy
[18 Jun 2003 6:16]
Mark Matthews
MySQL 4.0 does not support multiple statements via the client libraries. You can do this in the command-line client, because ';' is a command-terminator, _not_ a query separator. MySQL-4.1 will have optional support for multiple queries in the client libraries.