How to import a memo type field to mySQL
I am trying to import into a mySQL table a csv file exported from a MS Access table. It acts as if it is importing (the green bar progresses) but then has zero records when done. There are 35,000 records in the original table.
The table is basically an ID number and a large (WAY over 255 characters) notes field. If I convert the field to text, it truncates at the first hard return. I suspect that the import is choking on the hard returns embedded in the notes field. I am wondering if an ODBC onnection would get around this somehow. Or whether there is a way to do a search & replace on all the hard returns. Not sure it is possible to designate hard return in a search. Any ideas? Thanks, e :)