> Hi
>
[quoted text clipped - 12 lines]
>
> J
The "without installing the ODBC driver on every machine" is the hard
part, which is probably why no other responses. The challenge here is
that _something_ needs to know how to talk to the mumps DB. Java
doesn't inherently, so therefore there will need to be some sort of
software that is installed on the client machines so they can talk
mumps. Other than ODBC, you would need a Java mumps driver (like
JConnector is for MySQL). A quick google search on java mumps found at
http://www.abcisp.com/m01s02.html something called ESIObjects, which is
open source and supposedly connects java apps to mumps dbs. Worth a
look.
/js