Bug #13313 | Stored Procedure | ||
---|---|---|---|
Submitted: | 19 Sep 2005 6:04 | Modified: | 20 Sep 2005 21:29 |
Reporter: | TS Balaji | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.0.0-alpha-nt | OS: | Windows (windows) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[19 Sep 2005 6:04]
TS Balaji
[20 Sep 2005 9:23]
Vasily Kishkin
I guess I need your test case. Could you please create some test case and attach in "Files" ?
[20 Sep 2005 21:29]
Reggie Burnett
If you are coding C#, Parameters is an array based property of the MySqlCommand object. You would access it using the [] syntax. Like this: cmd.Parameters["?lname"].Direction =