Re: JDBC DRIVER FOR HANDHELDS - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: JDBC DRIVER FOR HANDHELDS
Date
Msg-id Pine.BSO.4.56.0409231351060.5455@leary.csoft.net
Whole thread Raw
In response to Re: JDBC DRIVER FOR HANDHELDS  ("John R Pierce" <pierce@hogranch.com>)
List pgsql-jdbc

On Thu, 23 Sep 2004, John R Pierce wrote:

> > I WANT TO KNOW THAT CAN I USE POSYGRESQL JDBC DRIVER IN HANDHELDS(PDA) SO
> > THAT I CAN CONNECT MY POSTGRESQL DATBASE WHICH IS RESIDING ON DESKTOP
> > THROUGH  JAVA PROGRAM.
> >                 OR IS THERE OTHER VERSION OF DRIVER WHICH COMES  FOR
> > HANDHELDS(PDA).
> >              I HOPE TO GET THIS ANSWER. AS I HAVE ASKED BEFORE ALSO BUT
> > CAN'T GET THE ANSWER.
> >            THANKING U IN ADVANCE
>
> if your PDA application is running in Java, and the PDA has TCP/IP
> networking, you should be able to use the standard postgres jdbc .jar file
> as-is, these are portable between CPU architectures.
>

The problem is that the PDA won't be running J2SE, but instead J2ME which
it appears no one here is familiar with.  In a previous thread I mentioned
that it doesn't have the java.sql package, but it is available as a JSR
(with more limited functionality).

The bottom line is that the information requestor is going to have to do
some digging himself to try and build or run the postgresql jdbc driver on
such a platform because no one else has the motivation, knowledge, and
resources to do so.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Integer fields
Next
From: Kris Jurka
Date:
Subject: Re: "out" parameters in CallableStatements