I am trying to convert an old Dbase application to .NET / MS SQL.
I had no problems getting a linked server up and running so that I could get the Dbase DBF data into SQL table format, but in cross checking with the original application I noticed that there was dbase 'memo' field data which does not import, because this data is stored in a seprate 'FlexFile 3' format in a corresponding .DBV file. i.e. orders.dbf / orders.dbv
I have tried using Microsoft.Jet.OLEDB.4.0 provider with extended prpoerties =dBase 5.0 the problem with this is memo fields come up as empty string. The code reads the file well if there is a orders.dbf and orders.dbt file.
I have spent a lot of time on internet to find solution but no luck! Appreciate any help on this topic in this forum.
Thanks.