Thread: SQL-Error

SQL-Error

From
"Erich Cadario"
Date:
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

From
Zeljko Trogrlic
Date:
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