Foxpro DBF Files [SOLVED]
-
Hi developers
It's an out of date topic but every now and then I get to work with some Foxpro DBF files.
For quite a while I was using ODBC to connect to DBF files using Qt but it seems there are some restrictions to it that are not mentioned anywhere. Like not being able to read DBF files (tables) with too much records.
Is there any alternatives to ODBC while connecting to Foxpro tables? Or maybe a way to fix this restriction??? -
You can check "this":https://code.google.com/p/qdbf/ or "this":http://sourceforge.net/projects/dbase/.
-
[quote author="TioRoy" date="1383081282"]You can check "this":https://code.google.com/p/qdbf/ or "this":http://sourceforge.net/projects/dbase/.
[/quote]Thanks for the links TioRoy
"QDbf":https://code.google.com/p/qdbf/ works like a charm :) -
I just noticed that QDbf is not able to read Memo fields :( I'm so disappointed.
I found "this":http://qt-apps.org/content/show.php?content=109162 link which is very useful but needs lots of modifications if I'm going to use it in my project. And I'm not sure if there will be any licensing problems or not -
https://github.com/Voral/qtDbf
It's GPLv3.