Re: execute_array()/execute_for_fetch() (was: Theory/Algorithm question)

2004-03-04 Thread Tim Bunce
On Wed, Mar 03, 2004 at 03:50:14PM +0100, Kristian Nielsen wrote: > Tim Bunce <[EMAIL PROTECTED]> writes: > > > Or, looking at it a different way, does this work: > > > > $sth = $dbh->prepare("INSERT INTO mytable VALUES( :foo )"); > > $sth->bind_param_array(":foo", [0..]); > > $s-

Re: execute_array()/execute_for_fetch() (was: Theory/Algorithm question)

2004-03-03 Thread Kristian Nielsen
Tim Bunce <[EMAIL PROTECTED]> writes: > > +my $res = ora_execute_array($sth, > > +[EMAIL PROTECTED], > > +scalar(@tuple_batch), > > +$tuple_batch_status); > > +

Re: execute_array()/execute_for_fetch() (was: Theory/Algorithm question)

2004-03-03 Thread Tim Bunce
On Wed, Mar 03, 2004 at 09:16:37AM +0100, Kristian Nielsen wrote: > [When I first sent this it bounced with the message: > > <[EMAIL PROTECTED]>: > ezmlm-send: fatal: Sorry, after removing unacceptable MIME parts from your message I > was left with nothing (#5.7.0) > > Not sure what that means,

Re: execute_array()/execute_for_fetch() (was: Theory/Algorithm question)

2004-03-03 Thread Kristian Nielsen
[When I first sent this it bounced with the message: <[EMAIL PROTECTED]>: ezmlm-send: fatal: Sorry, after removing unacceptable MIME parts from your message I was left with nothing (#5.7.0) Not sure what that means, but I'll try again with the patch inline instead of as an attachment.] Tim Bunc

execute_array()/execute_for_fetch() (was: Theory/Algorithm question)

2004-03-01 Thread Tim Bunce
[CC'd to dbi-dev] On Sun, Feb 29, 2004 at 09:56:00PM +0100, Kristian Nielsen wrote: > Hi Tim, > > Tim Bunce <[EMAIL PROTECTED]> writes: > > > Where did we get to with this? > > > > Ok, I will merge it into the new DBD::Oracle when that is out. It really > > > needs to be made to fit better into