Bug #41120 | Cannot execute Stored Procedure from C# | ||
---|---|---|---|
Submitted: | 29 Nov 2008 8:06 | Modified: | 2 Dec 2008 14:58 |
Reporter: | Chris Oosthuizen | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 5.1.29-rc | OS: | Windows (XP SP3) |
Assigned to: | CPU Architecture: | Any |
[29 Nov 2008 8:06]
Chris Oosthuizen
[29 Nov 2008 8:11]
Chris Oosthuizen
CORRECTION: The Connector/NET version is 5.2.5
[1 Dec 2008 15:47]
Please Remove
Looking at the definition of the SP, the database name starts with a lowercase 't' whereas in your connection string it starts with an uppercase 'T'. There was a change in behavior from 5.2.2 or 3 to 5.2.4/5, so that different cases don't work anymore (see http://bugs.mysql.com/bug.php?id=40751).
[2 Dec 2008 10:44]
Tonci Grgin
Hi Chris and thanks for your report. As Dennis said, this could truly be the reason but without error message it's hard to tell. Please retest and inform me of result. Dennis, thanks for your proactive involvement.
[2 Dec 2008 14:34]
Chris Oosthuizen
I have confirmed that the Database name in the connections string is indeed case sensitive. When changed to all lowercase, the error no longer occurs
[2 Dec 2008 14:58]
Tonci Grgin
Chris np, main thing is problem is gone. Please be more careful in the future as your other bug (BUG#40751) seems to be the product of same typo.