in reply to MySQL: trouble inserting an array with some undefined members into a table using a set number of placeholders

'notes_comments'

Are you sure there aren't any extra ':' in those comments (or any other data field for that matter) ?

  • Comment on Re: MySQL: trouble inserting an array with some undefined members into a table using a set number of placeholders

Replies are listed 'Best First'.
Re^2: MySQL: trouble inserting an array with some undefined members into a table using a set number of placeholders
by dwstultz (Initiate) on Mar 18, 2009 at 02:17 UTC
    That is a very good question. I tried different delimiters to no avail. The problem ended up being that I was a MORON and the spreadsheet that was the source of the CSV file had some hidden columns outside my view and so the numbers of columns didn't match up. I have all the data imported now. Thank you everyone who responded.