MySQL Forums
Forum List  »  MyISAM

Re: Storing hexadecimal value possible in MyISAM tables?
Posted by: Ingo Strüwing
Date: October 26, 2005 02:42AM

Probably I do not understand what you ask. IMHO, hexadecimal is a display format for humans. It represents a binary value.

So I don't know if you want to store the binary value or the hexadecimal string representation.

Depending on the length of your values, you might use one of the integer types or binary strings for binary storage, or use character strings for hex representation.

Ingo

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Storing hexadecimal value possible in MyISAM tables?
2758
October 26, 2005 02:42AM


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.