Description
pxview
pxview is a straightforward command line tool that was initially designed to test pxlib. This library helps in reading Paradox files, which can be pretty handy!
How pxview Evolved
As development progressed, pxview turned into a useful program for checking out what's inside Paradox files. Plus, it can convert these files into SQL or CSV formats, making it even more versatile.
Reading Different File Types
Right now, it can't read every single type of Paradox file but does a great job with .DB files. So if you're working with those, you're in luck!
The Configure Script
The `configure` shell script tries to guess the right values for different system-dependent variables during compilation. It creates a `Makefile` in each directory of the package using those values.
Creating Important Files
This script may also generate `.h` files with system-specific definitions. Finally, it makes a shell script called `config.status`. You can run this later to recreate your current setup and check out the `config.log` file for debugging info.
Caching Options
If you want to speed things up when reconfiguring, you can use an optional cache file (usually named `config.cache`). Just enable it with `--cache-file=config.cache` or simply use `-C`. Keep in mind caching is off by default to avoid issues from outdated cache files.
Compiling Made Easy
If you need to do something special while compiling, take a look at how the `configure` script checks for those needs and send any suggestions via email as noted in the README file.
Cleaning Up After Compilation
You can remove unwanted results from your cache file if you're using one. To compile this package easily:
cd
into the package's source code directory and type./configure
.- If you're on an old version of System V using
csh
, trysh ./configure
. - This process takes some time and gives updates about what it's checking.
- Next, type
make
. - If you want to run self-tests included with the package, type
make check
. - You install everything by typing
make install
. - If you want to clean up binaries and object files from your source directory, use
make clean
. For cleaning everything created by configure so you can compile again for another computer type:make distclean
.
A reminder: there's also a target called make maintainer-clean
, but that’s mostly for developers who might need extra tools afterward.
What's New in This Release?
- The output now includes more info about blobs when in debug mode.
- Password checksum will show up if your file is encrypted.
- You can set the output format for timestamp, date, and time with an option; note that the default has changed to SQL format.
Tags:
User Reviews for pxview FOR LINUX 7
-
pxview FOR LINUX simplifies examining Paradox files and offers data conversion to SQL or CSV. Limited file compatibility but useful for .DB files.
-
pxview is an incredible tool for anyone dealing with Paradox files! It's simple to use and effective.
-
I love pxview! It has made converting my Paradox .DB files to SQL a breeze. Highly recommended!
-
Fantastic app! pxview helped me examine Paradox files effortlessly. The output formats are very useful!
-
pxview is a game changer for working with Paradox files. Fast, efficient, and user-friendly interface!
-
This app is amazing! pxview simplifies the whole process of reading and converting Paradox files.
-
Highly impressed with pxview! It reads .DB files well and the conversion options are super handy.