Re: Using JDBC

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема Re: Using JDBC
Дата
Msg-id 3E241C9C.6090904@redhat.com
обсуждение исходный текст
Ответ на Using JDBC  (Marcelo Pereira <gandalf@sum.desktop.com.br>)
Ответы Re: Using JDBC  (Marcelo Pereira <gandalf@sum.desktop.com.br>)
Список pgsql-jdbc
Try:

http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/prog/jdbc.html

Um abraco,
Fernando

Marcelo Pereira wrote:> Hi All,
>
> I have been working to make PostgreSQL acessible from java. I have
> downloaded and instaled the following:
>
> - j2sdk-1_4_1_01-linux-i586.bin
> - jakarta-ant-1.5.1-src.tar.gz
>
> and compiled PostgreSQL as:
>
> # ./configure --with-java
> # make
> # make install
>
> The driver (postgresql.jar) was compiled properly, and I have configured
> some variables:
>
> # export CLASSPATH=/usr/local/pgsql/share/java/postgresql.jar:.
> # export ANT_HOME=/usr/local/ant
> # export JAVA_HOME=/usr/local/j2sdk1.4.1
> # export PATH=${JAVA_HOME}:${PATH}:${ANT_HOME}/bin
>
> So I think the environment is almost good, but I can't compile a source
> that use jdbc.
>
> Would you send to me a really simple example java source code using jdbc,
> acessing a simple table at PostgreSQL? I'm really having problem with
> this.
>
> Thanks in advance and
> Best Regards,
>
> Marcelo Pereira
>
> -- Remember that only God and ^[:w saves.
>         __
>        (_.\           © Marcelo Pereira     |
>         / / ___       marcelo@pereira.com   |
>        / (_/ _ \__    [Math|99]-IMECC       |
> _______\____/_\___)___Unicamp_______________/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



--
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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

Предыдущее
От: Marcelo Pereira
Дата:
Сообщение: Using JDBC
Следующее
От: Marcelo Pereira
Дата:
Сообщение: Re: Using JDBC