How do I extract data from a FoxPro memo field using .NET?
        Posted  
        
            by Madhu kiran
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Madhu kiran
        
        
        
        Published on 2009-04-16T18:23:54Z
        Indexed on 
            2010/04/05
            10:03 UTC
        
        
        Read the original article
        Hit count: 513
        
Hi,
I'm writing a C# program to get FoxPro database into datatable everything works except the memo field is blank or some strange character. I'm using C# .Net 2.0. I tried the code posted by Jonathan Demarks dated Jan 12. I am able to get the index but i don't know how to use this index to fetch the data from memo file.
Pleaese help me.
Thanks Madhu
© Stack Overflow or respective owner