Re: jdbc driver

From: Kris Jurka <books(at)ejurka(dot)com>
To: abhishekc <abhishekc(at)ispan-tech(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc driver
Date: 2004-09-14 09:54:52
Message-ID: Pine.BSO.4.56.0409140437380.7946@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-09-14 10:01:43 Re: Problem with postgres and Suse
Previous Message Albert Vilà 2004-09-14 09:48:46 Problem with postgres and Suse