Re: [GENERAL] How to get recordset with CallableStatemente

2006-05-22 Thread Kris Jurka
On Sat, 20 May 2006, dfx wrote: I am trying to get recordset from PostgreSQL database (8.1.3) with java but I am some problem. Can somebody send me a short fragment of code that call a function that returns a set of records? http://jdbc.postgresql.org/documentation/81/callproc.html#callpro

[GENERAL] How to get recordset with CallableStatemente

2006-05-19 Thread dfx
Dear sirs,   I am trying to get recordset from PostgreSQL database (8.1.3) with java but I am some problem.   The operation that I would like to do is (the table has the first letter in uppercase) (i.e. rs = st.executeQuery("select * from \"Congressi\"");   It works with Statement object