The official mySQL response is that you are overflowing the maxlength
attribute
Although there are many posts where SQLServer to MySQL have caused this
error
the solutions I have seen say go plain text and import using LOAD DATA
INFILE
Martin
- Original Message -
From: "David Alonzo" <[EMAI
Try SQLyog at http://www.webyog.com/sqlyog
I have used to import lots of data from SQL Server to
MySQL.
Karam
--- Martin Gainty <[EMAIL PROTECTED]> wrote:
> The official mySQL response is that you are
> overflowing the maxlength
> attribute
> Although there are many posts where SQLServer to
> My