Re: [GENERAL] parameter passing from java program

2006-05-15 Thread Kris Jurka
On Mon, 15 May 2006, dfx wrote: I am spending about 10 hours on little problem: to pass a parameter (text) to a PostgreSQL (v. 8.1 on Win2000). The relevant code is: java side: private CallableStatement cs; cs = conn.prepareCall(INSERT_CONGRESSO); cs.setString(1, itemCongresso.getCongresso())

[GENERAL] parameter passing from java program

2006-05-14 Thread dfx
Dear Sirs,   I am spending about 10 hours on little problem: to pass a parameter (text) to a PostgreSQL (v. 8.1 on Win2000). The relevant code is:   java side: private CallableStatement cs; cs = conn.prepareCall(INSERT_CONGRESSO); cs.setString(1, itemCongresso.getCongresso()); //return a