comp.lang.ada
 help / color / mirror / Atom feed
* [ANN] data source names (ODBC etc) parser, v 0b.3
@ 2005-01-31 20:24 Georg Bauhaus
  0 siblings, 0 replies; only message in thread
From: Georg Bauhaus @ 2005-01-31 20:24 UTC (permalink / raw)


The second release of the data source name parser library
is now available at http://home.arcor.de/bauhaus/Ada/dsn.html.

The most notable change is a further simplified interface.
My plan is to leave the interface the way it is now, unless
comments and critique say that it should change.

The library is stabilizing, but nevertheless the version
number, which is 0b.3, announces beta software.

  A small interactive demo program, contained in the
distribution, shows what this is all about, for correct,
and for incorrect input:


DSNT> db2://georg@tcp+localhost:4321/parts
Yes.
-  system name: db2
-         user: georg
-     password: 
-     protocol: tcp
-       server: localhost
-         port: 4321
-     database: parts
-   parameters: 


DSNT> db3://georg@tco+localhost:4321/parts
 1: database system name not known, skipping "db3"
 13: not a known protocol, skipping "tco"
 1: input is not valid, but could be corrected
Maybe.


The program is a simple demonstration of how to use the
library subprograms in an application.

Georg Bauhaus



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-31 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-31 20:24 [ANN] data source names (ODBC etc) parser, v 0b.3 Georg Bauhaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox