Data Crow is in Java geschreven en stelt je in staat om een database bij te houden met daarin informatie over cd's, dvd's, software, boeken en muziekbestanden. Op deze manier is het mogelijk om een eigen databank bij te houden met de cd's, dvd's, software, boeken en muziekbestanden die jij in het bezit hebt. Data Crow haalt automatisch de benodigde gegevens van het internet en verzamelt deze. Ook is het mogelijk om het uiterlijk van het programma aan te passen en je verzameling te printen. De nieuwste versie van Data Crow gaat als versienummer 2.3.2 beta door het leven en is via deze pagina te downloaden. De nieuwbakken uitvoering wordt geleverd met de volgende veranderingen:
Internal structure has been changed radically. There is no new functionality contained in this release. Technical details of the changes:[break]
- Top-level items such as the Software and Audio CD items inherit from the new "DcMediaObject" class. A Media Object has a "name", "description", "year", "location" and a "rating" field. The user definable fields are also part of this new class. All other Data Crow objects inherit solely from the DcObject class.
- A new super module "DcMediaModule" has been introduced to support the above named objects.
- The DcTable now holds an accurate mapping of the DcObject field and the column index. In previous versions the reference expected the column to be a precise/static position. This link no longer exists due to the changes of the index numbers of all objects
- Removed "QueryWhat" and "QueryCondition" class. Rewrote the Query class, making it (better) maintanable and reliable.
- Removed any specific piece of coding from generic classes.
- Conversion of old settings to the new settings and fields structure