c# sample to open dbase IV .dbf file?

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
 
C

Cindy Winegarden

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top