in reply to Update statement problem with DBI

Thats easy, just write UPDATE instead of UDPATE ;-)
Boris

Replies are listed 'Best First'.
Re^2: Update statement problem with DBI
by osunderdog (Deacon) on Jan 06, 2005 at 15:55 UTC

    Ouch! borisz, Good catch.

    curtisb, the sanity check in this case is to try the SQL command through another tool, such as isql. Another check is to run a really simple command so that you can eliminate the sql from the problem -- I like : select date=getdate()


    "Look, Shiny Things!" is not a better business strategy than compatibility and reuse.

Re^2: Update statement problem with DBI
by curtisb (Monk) on Jan 06, 2005 at 14:33 UTC
    Thanks, guess I've been staring at it to long.
    Bobby