PDA

View Full Version : QT4 and DBF files?



igor_x
14th November 2006, 06:57
Hi!
Tell me please is there any way to access to DBF files?

Tanks
--
Igor

wysota
14th November 2006, 16:40
I suggest you take a look at DBF file structure. You can easily access it with QFile :) You can also use an appropriate external library (libdbX (X is a number) probably, but I'm not sure).