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
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