RE: FoxPro TablesI have not heard of this "memo field wrapping" issue before.
Foxpro has a cool function to strip text or control characters from text or memo fields [STRTRAN()] but you will need to do this process in (a copy of) the original table BEFORE converting the data to VFP, so this functionality is of no value in your situation. I am not knowledgeable about MySQL or TSQL commands to do this.
Sorry, 
Fred
|