 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bob Guest
|
Posted: Sun Dec 17, 2006 6:10 am Post subject: ODBC Connection |
|
|
Hi
Quick question. I have a CACHE link into an old mumps based system. In order
to access the old tables I install an ODBC driver and then access the tables
using access or some other DB tool. I can also query them from my
applications.
My question is....Can I connect to the database from my Java applications
without installing the ODBC driver on every machine.
To simplify things I have an access database sitting on a shared network
drive with the link tabls i need.
Thanks
J |
|
| Back to top |
|
 |
Jeff Guest
|
Posted: Wed Dec 20, 2006 5:47 am Post subject: Re: ODBC Connection |
|
|
Bob wrote:
| Quote: | Hi
Quick question. I have a CACHE link into an old mumps based system. In order
to access the old tables I install an ODBC driver and then access the tables
using access or some other DB tool. I can also query them from my
applications.
My question is....Can I connect to the database from my Java applications
without installing the ODBC driver on every machine.
To simplify things I have an access database sitting on a shared network
drive with the link tabls i need.
Thanks
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 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|