| Bug #44828 | Stored procedure fails with .NET | ||
|---|---|---|---|
| Submitted: | 12 May 2009 15:15 | Modified: | 20 Jun 2009 6:43 |
| Reporter: | Luigi Bongini | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | Connector / NET | Severity: | S2 (Serious) |
| Version: | 5.1.32 Connector 5.2 | OS: | Windows (XP) |
| Assigned to: | Assigned Account | CPU Architecture: | Any |
| Tags: | .net, connector, stored procedure | ||
[12 May 2009 15:15]
Luigi Bongini
[20 May 2009 6:43]
Tonci Grgin
Hi Luigi and thanks for your report.
What happens if you're using "AddWithValue" function like this:
cmd.CommandType = CommandType.StoredProcedure;
cmd.Parameters.AddWithValue("?valin", 22);
cmd.Parameters[0].DbType = DbType.Int32;
cmd.Parameters[0].Direction = ParameterDirection.Input;
...
[20 Jun 2009 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
