Bug #39052 | Visual studio dataset designer won't allow ?parameter syntax | ||
---|---|---|---|
Submitted: | 26 Aug 2008 16:32 | Modified: | 26 Aug 2008 17:25 |
Reporter: | Mark Rabjohn | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 5.2.3 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | connector, MySQL, Parameter, query, windows |
[26 Aug 2008 16:32]
Mark Rabjohn
[26 Aug 2008 16:38]
Reggie Burnett
Mark @ syntax does work with 5.2. We have changed to now suggesting use of @ syntax for parameters starting with 5.2.
[26 Aug 2008 17:05]
Mark Rabjohn
I've just installed the 5.1.7 release, and the parameters are working now, so it's probably an issue with the 5.2 branch of the connector.
[26 Aug 2008 17:25]
Mark Rabjohn
Hi Reggie, I think there is still a bug, as stated before: "Swapping the ? for an @ passes this test, but the command won't run on MySQL and the command does not get compiled into the DAL." i.e. if I use the @notation, the wizard appears to add the command, but the DAL does not compile, and the preview data... command crashes with an internal error. I would guess that part of the connector has been changed such that it expects @parameter, but other parts (or the database) are still expecting ?parameter, and the one is not being converted to the other.