Re: Out of topic - Need help with connecting Java programs

From: Markus Schaber <schabios(at)logi-track(dot)com>
To: shan(at)ceedees(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Out of topic - Need help with connecting Java programs
Date: 2004-09-07 10:04:59
Message-ID: 20040907120459.2e5379de@kingfisher.intern.logi-track.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

On Mon, 06 Sep 2004 22:05:01 +0530
Shanmugasundaram Doraisamy <shan(at)ceedees(dot)com> wrote:

> Thank you for your response. But I did
> not understand what you meant by saying that jdbc:odbc bridge is
> supported by only Sun's JVM. Can you be a little more elaborate.
> Thanking you,

Re-read his message, he wrote it's only supported by Suns *Windows* VM,
that means the java VM for Windows.

The problem is that odbc drivers are platform specific (in opposite to
most jdbc drivers that are pure java). So you need the jdbc:odbc bridge
and the access odbc driver both built for linux, and I assume that at
least the latter one does not exist.

HTH,
Markus

--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios(at)logi-track(dot)com | www.logi-track.com

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tore Halset 2004-09-07 11:33:52 ERROR: canceling query due to user request
Previous Message Shanmugasundaram Doraisamy 2004-09-06 16:35:01 Re: Out of topic - Need help with connecting Java programs on Linux