Re: DB2.xs error

2008-04-12 Thread Tarun
Hi Simon.. Please update your DBD:DB2 driver to 1.1. This version fixes this issue by redefing the DBIc_CACHED_KIDS. Please see the following fix done to version 1.0. It is highly recommended to use the latest version. The following being not there in version 1.0 is the reason why you are seeing t

Re: Multiple selectrow_array calls with statement handle error

2008-04-12 Thread pgodfrin
On Apr 10, 2:34 pm, [EMAIL PROTECTED] (Pgodfrin) wrote: > On Apr 10, 1:15 pm, [EMAIL PROTECTED] (Douglas Wilson) wrote: > > > > > To Christian Merz: > > I'm executing this 1000's of times in the actual code, that is why I've > > prepared the query rather than passing in the sql string every time. >