How to get multiple result sets - Mailing list pgsql-jdbc

From Guthrie, John
Subject How to get multiple result sets
Date
Msg-id F779B05379CAD2118BD20090273017BF03E79C4E@DC1
Whole thread Raw
List pgsql-jdbc
what is the best way to send multiple queries into the database so that I
can run Statement.execute() and get back multiple result sets? i tried
something like:

PreparedStatement ps = "select * from table1; select * from table2";

running that I get back only a single result set...

thanks.
john

pgsql-jdbc by date:

Previous
From: Paul Bethe
Date:
Subject: Re: New Patch For CallableStmt (against current CVS)
Next
From: Dave Cramer
Date:
Subject: Re: String index out of range: 23 problem with timestamp