Re: UNHEXING to integer (as opposed to a string)...
Oops: This little bit doesn't make sense, logically: "The hex string is
in little endian byte order (since it represents a 2-byte integer or
short)"... What I was trying to say is that the integer that this hex
string represents is multi-byte, so the order of the hex bytes **is**
important... but I ensure that the bytes are in little endian order
when sending the string to the server, and the server itself is little
endian, so endianness is not the problem with this conversion that I'm
trying to do.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=royale@xxxxxxxxxx