Bug #26535 | Inability to call stored procedures through ODBC | ||
---|---|---|---|
Submitted: | 21 Feb 2007 17:44 | Modified: | 8 Mar 2007 2:10 |
Reporter: | Tom Schultz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | ODBC 3.51 driver, mysql 5.0.21 | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | ODBC, stored procedures |
[21 Feb 2007 17:44]
Tom Schultz
[21 Feb 2007 22:05]
Reggie Burnett
My recommendation would be to use Connector/Net 5.0.3, which implements all the ADO.Net 2.0 interfaces and integrates well with Visual Studio 2005.
[22 Feb 2007 15:02]
Tom Schultz
I did in fact install Connector/Net 5.0.3. I have both 'MySQL Connector Net 1.0.7\.Net 2.0' and 'MySQL Connector Net 5.0.3\net-2.0' installed on my machine. I guess I am assuming that the 5.0.3 version is being picked up by my code. If that is truely the case, then there appears to be a bug in 5.0.3. I have simplified the problem here. I REALLY need the ability to execute a stored procedure with output parameters, but I've been able to demonstrate executing even a much simpler stored procedure doesn't even work... which is what I have reported in this bug.
[8 Mar 2007 2:10]
Jim Winstead
The next release of C/ODBC, 3.51.14, supports statements wrapped in { }.