At 10:50 AM 4/2/2002, NIPP, SCOTT V (SBCSI) wrote:
>         I added a COMMIT immediately after the UPDATE, and still have the
>same problem.  Below is exactly what I added, with the lines immediately
>before and after.
>
>           $dbh->do(q{UPDATE systems SET = $set WHERE Name = $name LIMIT 1});

q{} does not interpolate your scalars.  Try qq{}

-Mike

Reply via email to