Bug #68456 | Errors in the use of variables from the execution of the connector net | ||
---|---|---|---|
Submitted: | 21 Feb 2013 14:26 | Modified: | 21 Feb 2013 20:52 |
Reporter: | Sebastian Pratto | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.6.5 | OS: | Any |
Assigned to: | Fernando Gonzalez.Sanchez | CPU Architecture: | Any |
Tags: | connector net, variables |
[21 Feb 2013 14:26]
Sebastian Pratto
[21 Feb 2013 20:52]
Fernando Gonzalez.Sanchez
Hi, You need to add ";AllowUserVariables=true;" to the ConnectionString (see http://dev.mysql.com/doc/refman/5.0/en/connector-net-connection-options.html for more details). that should fix it, otherwise let us know.