Re: Oracle 9.2.0.4 connection pooling problem - clarified
From: Paul Speranza (paul_speranza_at_msn.com)
Date: 04/15/04
- Next message: Kevin Yu [MSFT]: "RE: VB: EndEdit won't save, PositionChanged does"
- Previous message: Aaron A. Anderson: "Online, Offline, Disconnected applications."
- In reply to: Kevin Yu [MSFT]: "Re: Oracle 9.2.0.4 connection pooling problem - clarified"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 21:53:02 -0400
Kevin,
Its this simple - if I execute any command with the connection pooling
attributes I get the error on the second attempt. If I leave them off it
works.
This fails
Data Source=hipqqint;Persist Security Info=True;Pooling=true;Min Pool
Size=3;Max Pool Size=50;Connection Lifetime=60
This works
Data Source=hipqqint;Persist Security Info=True;
"Kevin Yu [MSFT]" <v-kevy@online.microsoft.com> wrote in message
news:ykNYkNgIEHA.3636@cpmsftngxa06.phx.gbl...
> Hi Paul,
>
> Could you please simplify your code by just opening the connection and
> execute the insert command to see if the problem can be reproduced? If it
> still persists, could you please show us your code? Thanks for your
> cooperation.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>
- Next message: Kevin Yu [MSFT]: "RE: VB: EndEdit won't save, PositionChanged does"
- Previous message: Aaron A. Anderson: "Online, Offline, Disconnected applications."
- In reply to: Kevin Yu [MSFT]: "Re: Oracle 9.2.0.4 connection pooling problem - clarified"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|