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
The equivalent column type in MySQL would be an UNSIGNED INTEGER for both of these.
-- Roger
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]