Re: storing 16 Bytes

2004-08-04 Thread Alec . Cawley
Sheraz <[EMAIL PROTECTED]> wrote on 04/08/2004 13:14:26: > Hi > I need to store a globabl unique identifer value in > mysql4.x database table. > > table field is varchar(16) as the string length is 16 > byte or 128 bitsmy string data is unsiged char > type.. > > how can i send that

storing 16 Bytes

2004-08-04 Thread Sheraz
Hi I need to store a globabl unique identifer value in mysql4.x database table. table field is varchar(16) as the string length is 16 byte or 128 bitsmy string data is unsiged char type.. how can i send that data to mysql table ? will it require binary storage for this unsigned data