Jump to content

C/Database Toolchest: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
A set of C and C++ libraries intended to help you with creating and maintaining databases with support for most compilers. The product includes both C and C++ libraries and can be had in versions for DOS and 16 bit MS Windows, 32 bit Windows, OS/2 and Linux. In addition to working with the [[Btree]] and [[ISAM]] based systems that is inherent to the library it contains functions to import and export in alien database formats such as the .dbf file format used by [[xBase]] and others.
A set of C and C++ libraries intended to help you with creating and maintaining databases with support for most compilers. The product includes both C and C++ libraries and can be had in versions for DOS and 16-bit MS Windows, 32-bit Windows, OS/2 and Linux. In addition to working with the [[Btree]] and [[ISAM]] based systems that is inherent to the library it contains functions to import and export in alien database formats such as the .dbf file format used by [[xBase]] and others.


==Version==
==Version==
Line 8: Line 8:
* ANSI compatible C compiler.
* ANSI compatible C compiler.
* DOS version 2.0 or later, for the DOS target
* DOS version 2.0 or later, for the DOS target
==License==
==License==
* Commercial, currently available, comes with source code.
* Commercial, currently available, comes with source code.
Line 13: Line 14:
==Author==
==Author==
* [[MIX Software]]
* [[MIX Software]]
* [[Dennis Saunders]]
* Dennis Saunders


[[Category:Tools]][[Category:Databases]][[Category:xBase]][[Category:C]][[Category:C++]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Linux Tools]][[Category:Tools]][[Category:Software written in C]][[Category:Software written in C++]]
[[Category:xBase]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Linux Tools]][[Category:Software written in C]][[Category:Software written in C++]]

Revision as of 09:33, 29 January 2017

A set of C and C++ libraries intended to help you with creating and maintaining databases with support for most compilers. The product includes both C and C++ libraries and can be had in versions for DOS and 16-bit MS Windows, 32-bit Windows, OS/2 and Linux. In addition to working with the Btree and ISAM based systems that is inherent to the library it contains functions to import and export in alien database formats such as the .dbf file format used by xBase and others.

Version

  • Last known version: 3.02
Retail price is USD 49.95 for the first supported operating system and an extra 10 for each extra OS support. (So 49.95 for OS/2 only, 59.95 for OS/2 and Windows 32 bit, and so on, so forth).

Prerequisites

  • ANSI compatible C compiler.
  • DOS version 2.0 or later, for the DOS target

License

  • Commercial, currently available, comes with source code.

Author