|
|
【myApps/OBPM版本号】:v5.0- sp 2
【浏览器类型】:Chrome/其他
【联系方式-QQ】:请留下您的QQ号码
【联系电话】: 请留下您的联系电话,以便技术同事更好解决您的问题
【问题描述】:
Q:
数据库没有找到表,这个是什么情况啊?
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
A:
是字段太多了,超出了数据库的最长限制,就不能保存。解决方案:找到数据库的这个表单,更改字段类型varchanr为textor BLOBs |
|