Re: [INTERFACES] JDBC JAVA interface

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [INTERFACES] JDBC JAVA interface
Дата
Msg-id Pine.LNX.3.96.980716064933.1202Q-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на JDBC JAVA interface  (Cyril Ferrand <Cyril.Ferrand@sophia.inria.fr>)
Ответы Re: [INTERFACES] JDBC JAVA interface  (Cyril Ferrand <Cyril.Ferrand@sophia.inria.fr>)
Список pgsql-interfaces
On Wed, 15 Jul 1998, Cyril Ferrand wrote:

> Hello
>     Does anybody have written a Postgresql interface using jdbc? An applet of a
> Application use AWT. I work on it, I would make selection and have graphical
> result...
> If someone have exemple, Thanks.

There are several out there. I'm working on one, and I know (don't
have the url) of another general purpose frontend thats being
written at the moment.

Infact one is in the driver's source distribution. When you make the
driver, run:

[jdbc]$ make examples
[jdbc]$ java example.ImageViewer jdbc:postgresql:dbase user password

replace dbase, user and password with your values for an empty database.

From the source:

    This example tests the binary large object api of the driver.
    Basically, it will allow you to store and view images held in the
    database.

    Note: If you are running this for the first time on a particular
    database, you have to select "Initialise" in the "PostgreSQL"
    menu. This will create a table used to store image names.

--
Peter T Mount peter@retep.org.uk or petermount@earthling.net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] Old JDBC drivers
Следующее
От: Benedikt Eric Heinen
Дата:
Сообщение: ecpg SQL-return codes?