question about bind_param_inout and oracle

2012-01-05 Thread Bruce Johnson
In the docs there's a note that bind_param_inout_array requires a maxlen value, but that Oracle ignores this. The third parameter of bind_param_inout_array, (0 in the example), maxlen is required by DBI but not used by DBD::Oracle Is this true for the bind_param_inout method? as well? --

RE: question about bind_param_inout and oracle

2012-01-05 Thread John Scoles
From: john...@pharmacy.arizona.edu Subject: question about bind_param_inout and oracle Date: Thu, 5 Jan 2012 11:37:50 -0700 To: dbi-users@perl.org In the docs there's a note that bind_param_inout_array requires a maxlen value, but that Oracle ignores this. bind_param_inout_array

Re: question about bind_param_inout and oracle

2012-01-05 Thread Bruce Johnson
On Jan 5, 2012, at 1:56 PM, John Scoles wrote: From: john...@pharmacy.arizona.edu Subject: question about bind_param_inout and oracle Date: Thu, 5 Jan 2012 11:37:50 -0700 To: dbi-users@perl.org In the docs there's a note that bind_param_inout_array requires a maxlen value