[Pxlib-devel] Some empty fields when reading database
Brought to you by:
steinm
From: Tim L. <tim...@ho...> - 2016-08-21 16:44:02
|
Hi, I have problems with importing some data from a paradox database. The code that I wrote is copying paradox datasets into a sqlite database. https://github.com/self-soft/myfindex/tree/develop/PdxConvert First, all seemed ok. But some datasets are missing some field data (strings). They are just empty. When I open the database with some old windows tools, I see that the database is ok and the data is just there. I use the TParadox component for Lazarus, which in turn uses pxlib. But the problem also exists when using pxview, which I compiled for debian, and uses pxlib 0.65. Also, the problem persists, when compiling my Lazarus code under Windows. So, my conclusion is that there is a bug in pxlib, and it has nothing to do with the TParadox component. The database can be downloaded here: https://dl.dropboxusercontent.com/u/24709393/files.DB.tar.gz The missing data is in the "FileName" Column, don't know, if there is more missing data atm. Is this a known problem with pxlib? Thank you. |