pxtools icon indicating copy to clipboard operation
pxtools copied to clipboard

The pxtools are a set of tools to convert a Paradox-database into a SQL-database (MySQL, PostgreSQL), CSV or XML. These are a few changes I needed to make to get it to work

Results 4 pxtools issues
Sort by recently updated
recently updated
newest added

I feel there's a need for build instructions since this repo doesn't come with the paradigmal `./configure`. Also, there's a weirdness in that both `po/makefile.in` and `po/Makefile.in.in` are needed. For...

I had trouble parsing some table headers (the fields would come out garbled or empty), and after finding a note from the original author that a 32-build should be used...

The README says: ``` pxcsvdump --------- Parses the Paradox-database and dump the corresponding CSV-strings on stdout. use -n to overwrite the tablename. ``` The flag -n is not implemented (it...

I am trying to compile the code, I guess something is broken since the pull request that updated autotools. I am on ubuntu 15.10 with autoconf version 2.69-8 ``` $...