From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,97ec0559857b82d5,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Andreas Almroth Newsgroups: comp.lang.ada Subject: Ann: AdaSQLBase binding Date: Tue, 01 Feb 2005 21:45:55 +0100 Message-ID: <36a842F4uj4maU1@individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net huI2G1FkTAyqRk/ZXl/oiAFFu5kmz3FA0deoMBJQYol5UXQrzq User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Xref: g2news1.google.com comp.lang.ada:8122 Date: 2005-02-01T21:45:55+01:00 List-Id: AdaSQLBase is a thin binding to the C API for Gupta's SQLBase database engine. SQLBase is a relational database that can be embedded with applications on Windows and Linux* platforms. The binding is released under GMGPL. The binding package can be found at; http://www.almroth.com/adasqlbase.html As this is only a thin binding, please find more information on SQLBase at; http://www.guptaworldwide.com/Products/SQLBase.aspx A simple test suite program is provided to test functionality, but also in a basic way show how to use the binding. * This binding has been tested with GNAT 3.15p and GCC 3.4.2 (MINGW) on the Windows platform. Linux platform should theoretically be easy to port to, as it most likely only necessary to change the pragma import from STDCALL to C. /Andreas