MySQL Forums
Forum List  »  Newbie

how to use char data type in C# component
Posted by: anderson.kubota
Date: July 26, 2005 11:07AM

Hi ng!
I am new to MySql and I downloaded the MySQL Connector/Net
Generally Available (GA) 1.0.4.
I was trying to migrate my applications for using MySql with this component, but I didn't find the char type in the file MySqlClient\MySqlDefs.cs in the enum MySqlDbType.
I saw that their constant values are different of the Sql Server and Oracle ones. For example both in Sql Server and Oracle, the value for char is 3, but in mysql, 3 is used for an Int32 data type.

How should I proceed?

Thanks in advance,

Anderson Takemitsu Kubota

Options: ReplyQuote


Subject
Written By
Posted
how to use char data type in C# component
July 26, 2005 11:07AM


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.