Re: Unable to use getGeneratedKeys() through dbpc

2002-10-22 Thread Martin Jacobson
shawn wrote: Thanks for the input Steve, I agree that it SHOULDN'T be dbpc, but it looks as if it is. Actually the driver does support it quite nicely. Everything works great if I create my connection manually. Things only break if I retrieve the connection from jndi ( and thus dbpc ).

Re: Unable to use getGeneratedKeys() through dbpc

2002-10-21 Thread shawn
;wnsi.net] Sent: Monday, October 21, 2002 2:19 PM To: Tomcat Users List Subject: Re: Unable to use getGeneratedKeys() through dbpc Thanks for the input Steve, I agree that it SHOULDN'T be dbpc, but it looks as if it is. Actually the driver does support it quite nicely. Everything works great

Re: Unable to use getGeneratedKeys() through dbpc

2002-10-21 Thread shawn
-Original Message- From: shawn [mailto:shawn;wnsi.net] Sent: Monday, October 21, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: Unable to use getGeneratedKeys() through dbpc Hi folks, It seems to me that dbpc does not support getGeneratedKeys(). If I understand correctly

RE: Unable to use getGeneratedKeys() through dbpc

2002-10-21 Thread SMcGarrity
1:36 PM To: [EMAIL PROTECTED] Subject: Unable to use getGeneratedKeys() through dbpc Hi folks, It seems to me that dbpc does not support getGeneratedKeys(). If I understand correctly this is a jdbc v3 call and it is possible that dbpc will not yet support jdbc3. I would

Unable to use getGeneratedKeys() through dbpc

2002-10-21 Thread shawn
Hi folks, It seems to me that dbpc does not support getGeneratedKeys(). If I understand correctly this is a jdbc v3 call and it is possible that dbpc will not yet support jdbc3. I would appreciate any suggestions on alternative pooling mechanisms that could support this