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,2efc07c562a92932 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Erdmann Newsgroups: comp.lang.ada Subject: Re: Ada & Postgresql Date: Sat, 25 Sep 2004 17:26:21 +0200 Message-ID: <41558E1D.7080502@snafu.de> References: <2prmojFo9eo1U1@uni-berlin.de> <5ad0dd8a.0409060736.42b6ab59@posting.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de n8pf20hrQLQtPK7eFfF6QANtyPZ8SXMYhxy5fZW5v3WzPLsde90a11 X-Orig-Path: boavista.mydomain.de!news User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:4177 Date: 2004-09-25T17:26:21+02:00 List-Id: Warren W. Gay VE3WWG wrote: > Wojtek Narczynski wrote: > >> Hello, >> >> We used APQ, with MySQL, but PostgreSQL was its primary database, and >> found it to be very high quality, with outstanding documentation. >> >> Regards, >> Wojtek > > > One of the primary reasons for me to write APQ was to make it as easy > as it can be to use a database from Ada, without discarding strong >...... > My biggest concern however is always application deployment. I can > make just about anything work for myself. Making an open sourced > package easy for someone else to install and use is more difficult. > This is the main reason I stayed away from UNIXODBC. This is less > of an issue on Windows, but I never really felt that ODBC was the > way to go anyway. APQ only requires GNAT, and the database software > client libraries (libpq or the mysql libraries). This makes it > much easier to deploy than GNADE for example. THis confusyse me a litle bit. On Windows ODBC work within some Minutes (on Linux it takes mutch longer). What is so difficult to deploy? Regards M.Erdmann