Hi ALL,

I have an application that reads files converts them and then inserts
them into a database.  It has 2 columns that I need help with.

First is the OFFSET column - this stores the datafile offset ..
In C it is  a UNSIGNED LONG and looks like : 0x00002528

the second colun is a CRC for the file chunk and looks like 0x2e04b273

when I insert them into the database it is "currently" stored as
binary(4) but this is no good as a select does not return the desired
info - it actually returns nothing... I have no clue on how to get
this to work  - so all suggestions are welcome ....

Thanks
Tonino

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to