vb.net - MySQL : Row size to large - in VB Net -


i've searched subject on site, , found tips, non of them working me.

in vb net making table in mysql (innodb), first make columns , fill them data. when trying make table many columns, error:

row size large. maximum row size used table type, not counting blobs, 8126. includes storage overhead, check manual. have change columns text or blobs.

it crashing when want more 196 columns. tried row format @ compressed, maximum 186 columns (?!). maximum amount of columns 300 project. i've searched n config of mysql workbench 6.3, can't find solution. settings standard wizard creation. data in table text.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -