VFPX / HelpFile

Community maintained VFP 9 SP2 Help file (corrected and enhanced)
21 stars 6 forks source link

Operation is invalid for a Memo, Blob, General, or Picture field (Error 34) info in help is inaccurate #46

Open myearwood1 opened 4 months ago

myearwood1 commented 4 months ago

CREATE CURSOR mikey (mfield m) APPEND BLANK replace mfield with 'test' SELECT FROM mikey UNION select FROM mikey

Generates the error. However, the column in both sides of the union ARE Memo. They are not differing column types.