Strange problem I can\'t seem to get my head around. I have a table in a MySQL database with the following structure...
CREATE TABLE IF NOT EXISTS `tblb
2147483647 is the largest int value for mysql. Just change the type from int to bigint.