FoxPro, Memo fields and updating them
Posted March 12th, 2009 by WesleyWhen you are (still) using ODBC or ADODB to update memo fields in a FoxPro table, you might run into the problem that all of your rows are updated instead of just the one when using AppendChunk. This is probably caused by the fact that memo’s are stored in a separate FPT file, organized in [...]
Tags: adodb, appendchunk, command, foxpro, memo, odbc
Filed under:Troubleshooting, VB