VARBINARY and VARCHAR 2007-01-08 - By Frantisek Kaduch
Back Hello,
I've a question regarding the VARBINARY field type. I'm using MySQL 5.0.27 and mysql++-2.1.1. Can I insert binary data, it means a string of unsigned chars, with values in the range 0 - 255 in the VARCHAR field ? I tried first to define the field as VARBINARY, but could not find a corresponding mysql++type in the sql_types.h, something like "sql_varbinary", there's only sql_varchar available. The data to insert I acquire from the stream of digital TV and they form an SI table binary descriptor.
thanks
-- Frantisek Kaduch
-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=mysql@(protected)
|
|