GotSharp? is a weblog from developers, for developers!

FoxPro, Memo fields and updating them

When 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: , , , , ,

Filed under:Troubleshooting, VB