Boolean parameter for Stored procedure question

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
poirazis
Posts: 36
Joined: Mon 23 Jan 2006 16:08

Boolean parameter for Stored procedure question

Post by poirazis » Tue 27 Mar 2007 15:32

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 ?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 28 Mar 2007 05:32

You should use MySqlType.TinyInt type.

Post Reply