in reply to Re: DBI UPDATE statement failing
in thread DBI UPDATE statement failing

The rows check is only so sites that aren't in the remote database don't mess up the script. The fact that it says what it's going to do correctly with the print statement says to me that the problem lies elsewhere.

Replies are listed 'Best First'.
Re: Re: Re: DBI UPDATE statement failing
by andye (Curate) on Dec 14, 2001 at 22:37 UTC
    You're right, of course.

    But aren't these parameters the wrong way round?

    $sthUpdateBandwidth->execute($data[0], $newbw)

    andy.

      Excellent, thank you :-) I apologise for bothering the monks with such (eventually) a simple little problem. Thanks again.