Error: -2147467259
Posted: Thu Jun 25, 2009 12:39 pm
When converting from an Access to MySQL database I got the following error.
- Error: -2147467259 (80004005) [MySQL][ODBC 5.1 Driver][mysqld-6.0.10-alpha-community]Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
Out of the three tables one of them failed which led to the above error.
Can anyone point me in the right direction to solve this issue?
- Error: -2147467259 (80004005) [MySQL][ODBC 5.1 Driver][mysqld-6.0.10-alpha-community]Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
Out of the three tables one of them failed which led to the above error.
Can anyone point me in the right direction to solve this issue?