> Did you try CURSORSETPROP("FetchMemo", .T.)?
>
> I have no problem retrieving memo fields (MySQL datatype as Text, MediumText, etc). They are automatically converted to memo in VFP using SQLEXEC().
>
> Another solution is to use CURSORADAPTER() where you can specify the field types exactly you want it.
Tom,
your solution Cursorsetprop("fetchmemo",.t.) did not result into fetching memo, still character field with 255.
I think the cursoradapter() will be my solution.
Also Baraks' link
http://bugs.mysql.com/bug.php?id=30890 is promissing, h.e. dont want to install 5.1, it should be possible with 3.51 as well, will keep on investigating.
Thanks,
Koen