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,e8edf581e3a868a1,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsread.com!news-xfer.newsread.com!newspeer.monmouth.com!news-FFM2.ecrc.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Message-ID: <41E7682D.8040306@futureapps.de> Date: Fri, 14 Jan 2005 07:35:25 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: [ANN] Data Source Name parser (ODBC etc.) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Date: 14 Jan 2005 07:35:01 MET NNTP-Posting-Host: ea27356d.newsread2.arcor-online.net X-Trace: DXC=gVnG\1kC:ELbkXRh2MA`7OQ5U85hF6f;DjW\KbG]kaMHSE6H=g?m\gJ\B^=X7ZPj[IUUng9_FXZ=C>:=P9Ihe`BH@Z?dZ]MOidE X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:7751 Date: 2005-01-14T07:35:01+01:00 List-Id: hi, some time ago when discussion APQ or Ada and databases, Brian May suggested URL-like strings describing database connections. A parser library for such strings (data source names) is now available at http://home.arcor.de/bauhaus/Ada/dsn.html The library is at version 0b.2, that is, it has bugs. Some are known, some are fun. The distribution contains a small sample program that allows interactive checking of DSNs. Documentation is available in source, and as http://home.arcor.de/bauhaus/Ada/dsn.pdf I have tried to make the interface simple, any comments as to whether it is usable or whether it should go down the drain will affect following versions. Georg Bauhaus