Re: JDBC and stored procedures

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: JDBC and stored procedures
Дата
Msg-id 01071110202900.01127@inspiron
обсуждение исходный текст
Ответ на JDBC and stored procedures  (Tony Grant <tony@animaproductions.com>)
Ответы Re: JDBC and stored procedures
Список pgsql-jdbc
Tony,

The GetProcedures function in the driver does not work.
You should be able to a simple select of the stored proc however

Dave

On July 11, 2001 09:06 am, Tony Grant wrote:
> Hello,
>
> I am trying to use a stored procedure via JDBC. The objective is to be
> able to get data from more than one table. My procedure is a simple get
> country name from table countries where contry code = $1 copied from
> Bruces book.
>
> Ultradev is giving me "Error calling GetProcedures: An unidentified
> error has occured"
>
> Just thought I would ask here first if I am up against a brick wall?
>
> Cheers
>
> Tony Grant
>
> --
> RedHat Linux on Sony Vaio C1XD/S
> http://www.animaproductions.com/linux2.html
> Macromedia UltraDev with PostgreSQL
> http://www.animaproductions.com/ultra.html
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange behaviour of trigger functions when initiated via jdbc
Следующее
От: Nikk Anderson
Дата:
Сообщение: RE: jdbc and unix signals