Télécharger la liste

Description du projet

pxlib is a simple and small C library for reading and writing
Paradox DB files. It supports all versions starting from
3.0. It currently has a very limited set of functions,
like opening a DB file, reading its header, and reading
every single record. It can also extract blob data and
write it to a file. Support for writing Paradox DB files is still very experimental.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-10-08 17:09
0.6.2

Il s'agit de la première version qui fonctionne sur Win32.
Tags: Minor feature enhancements
This is the first version that runs on Win32.

2006-03-29 14:12
0.6.1

Un soutien bien meilleur pour. Xnn,. XGN,. YNN, fichiers. YGN a été mis en œuvre. Traitement des valeurs NULL dans la base de données a été amélioré. pxfAutoInc champs sont supportés. Px_delete_record () ne pas corrompre index interne plus. Diverses mises à jour de page de manuel ont été faites. Les erreurs de compilation et de fuites de mémoire ont été corrigés.
Tags: Major bugfixes
Much better support for .Xnn, .XGn, .Ynn, and .YGn
files was implemented. Treatment of NULL values in
the database was improved. pxfAutoInc fields are
supported. PX_delete_record() does not corrupt
internal index anymore. Various man page updates
were made. Compile errors and memory leaks were
fixed.

2006-02-06 14:20
0.6.0

De nouvelles fonctions ont été ajoutées: px_delete_record (), px_update_record (), et px_insert_record (), permettant à l'utilisateur de modifier une base de données existantes. Px_retrieve_record () a été ajoutée, qui fournit un dossier comme un tableau d'(pxval_t *). La mémoire cache est utilisée pour la lecture des blobs cryptée. De nombreuses corrections de bugs ont été faites et plusieurs fuites de mémoire ont été fermés.
Tags: Major feature enhancements
New functions were added: PX_delete_record(),
PX_update_record(), and PX_insert_record(),
allowing the user to modify an existing database.
The PX_retrieve_record() function was added, which
delivers a record as an array of (pxval_t *). A
cache is used for reading encrypted blobs. Many
bugfixes were made and many memory leaks were
closed.

2005-08-11 09:59
0.5.1

Cette version corrige plusieurs bugs avec la lecture des fichiers cryptés blob. Lecture et écriture de fichiers cryptés blob est maintenant plus efficace.
Tags: Major bugfixes
This release fixes several bugs with reading encrypted blob files. Reading and writing encrypted blob files is now more efficient.

2005-07-14 10:42
0.5.0

Support des fichiers cryptés a été ajouté.
Tags: Major feature enhancements
Support for encrypted files was added.

Project Resources