Atrhick
11-07-2011, 12:53 PM
.....................FIXED......................
this is what the error is sating
INSERT INTO yourtable
VALUES (
'JAABL01E*K*******', 'ISU', '1989', 'T', 'ISUZU', 'AMIGO', '2W', '42', '156', '4', 'G', 'F', '1', '9170000', '', 'A', '2890', '1', '8999', '13', '', '', '', '', '', '', '', 'N', '', '', 'AMIAMI', 'OMVGSSBEKYPNNNNNN', 'ISU', 'AMG', 'WAGON 2 DOOR', 'XRISU0100AMIGO', 'L', 'JAPAN', '2.6L', '', 'I', '4', '', 'FI', '', '', '', '', '', '', 'F', '', '', '', '', '', '', '', '', 'AMIGO', '5', '', '', '8999', '', '', '', '', '', '', '', '', '', '', '', '', 'N', '', '', '', '', '', '', '', '', '', ''
);
MySQL said: Documentation
#1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs
this is what the error is sating
INSERT INTO yourtable
VALUES (
'JAABL01E*K*******', 'ISU', '1989', 'T', 'ISUZU', 'AMIGO', '2W', '42', '156', '4', 'G', 'F', '1', '9170000', '', 'A', '2890', '1', '8999', '13', '', '', '', '', '', '', '', 'N', '', '', 'AMIAMI', 'OMVGSSBEKYPNNNNNN', 'ISU', 'AMG', 'WAGON 2 DOOR', 'XRISU0100AMIGO', 'L', 'JAPAN', '2.6L', '', 'I', '4', '', 'FI', '', '', '', '', '', '', 'F', '', '', '', '', '', '', '', '', 'AMIGO', '5', '', '', '8999', '', '', '', '', '', '', '', '', '', '', '', '', 'N', '', '', '', '', '', '', '', '', '', ''
);
MySQL said: Documentation
#1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs