[DBI] RE: Trouble with bind variables

2004-08-17 Thread Dave Cash
On Tue, 17 Aug 2004, Bart Kersteter wrote: > Thanks to all for your suggestions... I've finally gotten things > working. The following is a working example. The one issue I > have left to handle is to add some error chceking and parameterize > a few things to make the script more transportable.

Re: [DBI] RE: Trouble with bind variables

2004-08-17 Thread Bart Kersteter
Thanks to all for your suggestions... I've finally gotten things working. The following is a working example. The one issue I have left to handle is to add some error chceking and parameterize a few things to make the script more transportable. One little glitch is that the final fetch for th

Re: [DBI] RE: Trouble with bind variables

2004-08-17 Thread Dave Cash
On Tue, 17 Aug 2004, Bart Kersteter wrote: > Here's the full main loop script, I'm still relatively new to DBI, > so I may have messed things up a bit. I have gone through the > perldocs a few times. Your understanding of DBI looks pretty good to me. I'm not sure what's causing the bound variab