摘要: http://blog.csdn.net/rfb0204421/article/category/903361今天在做FORM时遇到错误FRM-30187: Size of CHAR column in record group must be between 1 and 2000原因是在建record group时,数据库中的列长度超过2000解决办法:1.点击record group属性.2.找到 property 'Column Specifications' 3.把字段的长度改为小于2000的即可. 阅读全文