c# sample to open dbase IV .dbf file?

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

Anyone aware of c#, ado.Net dbase IV code sample? I would like to just
open and view a .dbf table.
Thanks,
Trint
 
Hi Trint,

I've posted several code examples for accessing FoxPro tables via VB.NET.
DBase IV should be similar - you'll just have to use the appropriate ODBC
driver or OLE DB data provider. I assume you won't have much trouble working
with a VB.NET example.
 
Back
Top