At 15:09 +0200 7/23/02, Ilyas Keser wrote: >Hi... > >What is the best way in MySql to store a session_id in hex format. >Can Integer also store hex values like: >E4FA762685A23E002D86483AACE9BD7B
The largest integer type is BIGINT, which is 8 bytes (16 hex digits max). Your value looks like it's 32 hex digits long. > >Thanks >Ilyas --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php