Re: Binding input parameters in DB2

2002-01-08 Thread s1ider
On Tue, 8 Jan 2002 03:27:51 -0500 Terrence Brannon <[EMAIL PROTECTED]> wrote: > > where is line 74? > Line 74 is $sth->execute(); It is the execute line inside the of my bind/for loop. On Tue, 8 Jan 2002 11:01:28 + Tim Bunce <[EMAIL PROTECTED]> wrote: > Not reading your code before postin

Binding input parameters in DB2

2002-01-07 Thread s1ider
What am I doing wrong? I have followed the perldoc DBD::DB2 and even copies the example from the documentation (no plagerism intended =) ) I have have no problems sending the information to the database if I don't use databinding. I would really really prefer to use databinding in the loop i