Re: JDBC DRIVER FOR HANDHELDS

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC DRIVER FOR HANDHELDS
Дата
Msg-id Pine.BSO.4.56.0409231351060.5455@leary.csoft.net
обсуждение исходный текст
Ответ на Re: JDBC DRIVER FOR HANDHELDS  ("John R Pierce" <pierce@hogranch.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Integer fields
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: "out" parameters in CallableStatements