Embedded Database
Embdedded Database:
An embedded database is a database that is inside another software product. The operating environment for embedded database can range from big Unix servers to PDAs. Embedded database needs to be very robust and never fail. Reporting functions may not be included with embedded database.
From: Carl W. Olofson, in IDC Analyst Connection, Aug 2005
Cheetah Database System
The Cheetah Database System is an open source implementation of the once commercial database product by PlanetSquires Software. Cheetah is an xBase database library intended for programmers. It features Visual FoxPro and dBase III Plus style database and memo tables. Indexes are based on proprietary btree algorithms that allow for extremely small and fast files. Best of all..... IT'S FREE.
Cheetah Database is a great alternative for much more expensive xBase library products. Cheetah is designed from the ground up to be fast without sacrificing ease of use. You will not be disappointed with Cheetah - it is small and fast!
Cheetah uses a generic interface style to a 100% pure standard Windows DLL. There is only one function to call (xdbCheetah). Code wrappers for specific programming languages are easy to create (currently, PowerBASIC and FreeBASIC wrappers exist).
Loading .....