
May 27th, 2002, 11:27 PM
|
 |
Big Endian
|
|
Join Date: May 2001
Location: Fly-over country
|
|
|
Can you export with an Access insert statement instead to see if you get an indication of the problem.
Open Access.
Link in the MySQL table using the ODBC driver.
Do an append query of the Access table to the empty MySQL table.
Access will pop up a message saying how many records you are about to append, how many will fail (and the reasons they will fail) and do you want to continue.
Maybe this type of process will help you locate the problem.
|