Обсуждение: SQL-Error

Поиск
Список
Период
Сортировка

SQL-Error

От
"Erich Cadario"
Дата:
Hi !

I connect Postgres 7.0.2 with JDBC

Can anybody tell me the meaning of the SQL-Error
'Cannot handle multiple result groups'

Thank you!
    Erich

Re: SQL-Error

От
Zeljko Trogrlic
Дата:
You executed a statement that returns multiple result sets, which is
regular in JDBC, but not supported by all drivers. Can you send complete
statement?

At 15:47 18.9.2000 , Erich Cadario wrote:
>Hi !
>
>I connect Postgres 7.0.2 with JDBC
>
>Can anybody tell me the meaning of the SQL-Error
>'Cannot handle multiple result groups'
>
>Thank you!
>    Erich