Page 1 of 1

Boolean parameter for Stored procedure question

Posted: Tue 27 Mar 2007 15:32
by poirazis
I have a SP that takes , among other, some parameters of type BOOLEAN.
When I define the parameter, I find no MySQLType.Boolean.
How will I pass this parameter ?

Posted: Wed 28 Mar 2007 05:32
by Alexey
You should use MySqlType.TinyInt type.