Re: ODBC Connection
- From: "Jeff" <jeffrey.summers@xxxxxxxxx>
- Date: 19 Dec 2006 15:47:55 -0800
Bob wrote:
HiThe "without installing the ODBC driver on every machine" is the hard
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
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
.
- References:
- ODBC Connection
- From: Bob
- ODBC Connection
- Prev by Date: Re: How to detect existing text tables in a hsql db?
- Next by Date: Possible JDBC installation or usage problem in OS X
- Previous by thread: ODBC Connection
- Next by thread: Checking web pages written in Javascript
- Index(es):
Relevant Pages
|
|