Re: [GENERAL] Converting Other DBes to Postgres & JDBC - Mailing list pgsql-general

From Peter T Mount
Subject Re: [GENERAL] Converting Other DBes to Postgres & JDBC
Date
Msg-id Pine.LNX.3.96.981123215405.14797A-100000@maidast.retep.org.uk
Whole thread Raw
In response to Re: [GENERAL] Converting Other DBes to Postgres & JDBC  (Ulf Mehlig <umehlig@uni-bremen.de>)
List pgsql-general
On Mon, 23 Nov 1998, Ulf Mehlig wrote:

> Dmitry Iv Popov <mitlas@auricvision.com> wrote:
>
> > how can I connect/convert Visual FoxPro database to PostgreSQL and
> > read data from it from my Java applet (i.e. is there JDBC public
> > driver)?
>
> What do you mean by connect? Are you planning to access a PostgreSQL
> server over a network or do you just want to experiment with another
> database system?
>
> There is a JDBC driver "delivered" with the sources of PostgreSQL 6.4
> (../postgresql-v6.4/src/interfaces/jdbc/).

Don't forget I have precompiled drivers on my web site.

> There should be the possibility to transfer data from one database
> system to another via two JDBC driver connections, but I've never tried
> that (it should be possible with all that XxxMetaData stuff to write a
> general data transfer program, if there are suitable JDBC drivers,
> shouldn't it?).

In theory, it should be. The problem is that there are not many drivers
that implement the full API.


--
       Peter T Mount peter@retep.org.uk
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf


pgsql-general by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [GENERAL] User Gallery and Third Party pages merged and rebuilt...
Next
From: "Ki won, Song"
Date:
Subject: How to use dynamic sql...?? in ECPG.....