"David Blomstrom" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> When I try to import my csv file in MySQL-Front, it
> appears to get hung up on every integer - or perhaps
> it's just every integer in the first integer field.
>
> When it cites an error, it only lists the numerals
> after the comma. For example, it says 249 for this
> sample from my csv file:
>
> "112,249","al","Calhoun","county",

AFAIK 112,249 is not an integer.  It is a string.  If you need to have the
commas, you need to store it as a string.




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to