keepingbusy
Programmer
Hi
The following is run to remove the character ; from a MEMO field within a table:
Code:
VAR3 = COLUMN3
REPLACE COLUMN3 WITH STRTRAN(VAR3, ';', " ")
The process we are using creates a CSV file for upload to a server and this is causing havov with MySQL 5.
Can anyone suggest why this doesn't work for a memo field but does for any other character field?
Thank you guys
Lee