[HACKERS] Setting client encoding with jdbc

2003-11-09 Thread Brad
I'm interested in changing the client encoding from within a java program. I'm using connection pooling and need to change it depending on the client's language preference. Is there a function I can call which changes the client encoding. Something like pStmt = con.prepareStatement(select

Re: [HACKERS] Setting client encoding with jdbc

2003-11-09 Thread Kris Jurka
On 7 Nov 2003, Brad wrote: I'm interested in changing the client encoding from within a java program. I'm using connection pooling and need to change it depending on the client's language preference. Is there a function I can call which changes the client encoding. Something like