Tonino,
 
> What is the mysql equivalent of the Sybase varbinary data type ???
> 
> I have a table that has 5 varbinary(255) columns in sybase and want to
> convert it to mysql ???
> 
> Any ideas welcome - 

TINYBLOB (for 255) or BLOB, MEDIUMBLOB, LONGBLOB for bigger data.

PB





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

Reply via email to