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:
- TDbf - freeware quite robust solution
- Advantage Database - commercial DBF solution
- Apollo DB Engine - another commercial DBF solution
da-soft
2010-10-12 17:48:05
+1 for TDBF, specially if you need a bit of performance
Marco van de Voort
2010-10-12 20:18:47
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
2010-10-13 02:01:19
Since you only want to read, I'd definitely use TDbf! :-) It can write too, btw.
Workshop Alex
2010-10-13 09:31:16