Bug #19113 Derive parameter not supporting char-variables
Submitted: 15 Apr 2006 8:04 Modified: 19 May 2006 16:28
Reporter: kris Bekkers Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:1.0.7 OS:
Assigned to: Assigned Account CPU Architecture:Any

[15 Apr 2006 8:04] kris Bekkers
Description:
Having a stored procedure with the definition :

CREATE PROCEDURE IsSupport (in UserName varchar(75), in ApplicationName varchar(100), out Support Char)
....

a) When using the DeriveParameters from the mysqlcommandbuilder this throws an error on the "Char"  parameter. (changing to varchar(1) solves it).

b) The size of the other parameters are not derived

How to repeat:
Create a procedure with the given parameters and use the "derive parameters" from the commandbuilder.
[19 May 2006 16:28] Reggie Burnett
This is a duplicate of bug #17749