Re: [GENERAL] Converting Other DBes to Postgres & JDBC

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [GENERAL] Converting Other DBes to Postgres & JDBC
Дата
Msg-id Pine.LNX.3.96.981123215405.14797A-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Re: [GENERAL] Converting Other DBes to Postgres & JDBC  (Ulf Mehlig <umehlig@uni-bremen.de>)
Список 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 по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [GENERAL] User Gallery and Third Party pages merged and rebuilt...
Следующее
От: "Ki won, Song"
Дата:
Сообщение: How to use dynamic sql...?? in ECPG.....