PDA

View Full Version : QT4 and DBF files?


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

Tanks
--
Igor

wysota
14th November 2006, 17: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).