views:

114

answers:

1

Using Delphi, now that the Microsoft Jet Driver is no longer supported on 64bit operating systems, what would be the best way to read from a DBF/DBase file?

+5  A: 
da-soft
+1 for TDBF, specially if you need a bit of performance
Marco van de Voort
Advantage Local Client (up to 5 users) is free, even for commercial use. It supports all versions of Delphi, and their TDataSet descendant components work with all of Delphi's data-aware controls.
Ken White
Since you only want to read, I'd definitely use TDbf! :-) It can write too, btw.
Workshop Alex