Re: jdbc driver - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: jdbc driver
Date
Msg-id Pine.BSO.4.56.0409140437380.7946@leary.csoft.net
Whole thread Raw
In response to jdbc driver  ("abhishekc" <abhishekc@ispan-tech.com>)
List pgsql-jdbc

> i want to know that can we use jdbcMe driver for jdbc connectivity in
> our java application on palm handhelds.  can we use it connect to any
> database.  kindly reply my mail.
>

From a brief google it appears jdbcme is an ibm specific technology not a
generic interface.  From Sun there is an optional JSR (169) providing a
JDBC package for CDC/Foundation Profile which looks more promising, but I
really don't know anything about these packages.

In any case there isn't a driver for either of these technologies
available for postgresql that I'm aware of.  The goal of running in a
small environment is a little conflicting with the main postgresql driver
which will gladly trade size for speed and features.  Still itt may be
possible to compile the driver for the CDC with the JSR because it seems
mainly focused on removing rather than adding things.

Kris Jurka


pgsql-jdbc by date:

Previous
From: "abhishekc"
Date:
Subject: jdbc driver
Next
From: Albert Vilà
Date:
Subject: Problem with postgres and Suse