How do I extract the data in a FoxPro memo field using .NET?
问题 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. 回答1: Ended up having to do some work myself, but maybe it can help someone else