ODBC Issue

B

Bob

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
 
R

Rhino

Bob said:
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.
I don't know.

Why don't you try it yourself? That's got to be easier than waiting around
on the chance that someone else has ever tried this before.
 
S

steve

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

you need a driver in oracle.
such as JDBC, it is usually totally independent of the ODBC.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Bob said:
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.

The JDBC ODBC bridge will require the ODBC driver to
be installed on every client.

The JDBC ODBC bridge is not a particular good component
either.

It would solve your problem and work much better if you could
find a real JDBC driver for whatever you are connecting to.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top