I’m writing a C# program to convert a FoxPro database to XML, and everything works except the memo field is blank. Is there something I’m missing to convert that bit?
I’m using C# .Net 3.5 SP1, Visual FoxPro 9 SP 1 OLE DB Driver. Connection string is okay, as all other data is being pulled properly.
When I converted the FoxPro database to SQL Server, the memo field is also blank there, so I can’t convert twice.
Ended up having to do some work myself, but maybe it can help someone else out in the future:
Just grab the result from that and use it as an index into the memo file (that code is pretty simple using the MSDN documentation).