Re: C# MySql and Boolean
Posted by: Reggie Burnett
Date: January 07, 2005 08:34AM

When MySQL supports a true boolean type, then GetValue will return a native C# boolean type. Till then, the connector has to return the column as a numeric type such as byte and have you check for boolean in this way. As you pointed out, you can also use GetBoolean()

-reggie

Options: ReplyQuote


Subject
Written By
Posted
December 24, 2004 02:51PM
December 29, 2004 08:15AM
Re: C# MySql and Boolean
January 07, 2005 08:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.