http://www.perlmonks.org?node_id=97840


in reply to PostgreSQL UPDATE

l_name = '$l_name', extension - '$extension', phone = '$phone',
Shouldn't that be
l_name = '$l_name', extension = '$extension', phone = '$phone',
I would think you'd get an error back from the prepare call, but then, I've been wrong about databases doing obvious things before :)

Replies are listed 'Best First'.
Re: Re: PostgreSQL UPDATE
by nlafferty (Scribe) on Jul 18, 2001 at 23:26 UTC
    Phew. Now that is definatly a problem. Thank you