Re: JDBC DRIVER FOR HANDHELDS

From: Kris Jurka <books(at)ejurka(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: abhishekc(at)ispan-tech(dot)com, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC DRIVER FOR HANDHELDS
Date: 2004-09-23 18:55:00
Message-ID: Pine.BSO.4.56.0409231351060.5455@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-09-23 19:00:27 Re: "out" parameters in CallableStatements
Previous Message Kris Jurka 2004-09-23 18:50:58 Re: Integer fields