Gossamer Forum
Quote Reply
SQL Update
I seem to be having problems updating a column.

I'm using:

$obj->update( { Col => Val }, { Username => $USER->{Username} } );

$USER->{Username} prints "Paul" but the update never happens.

Any ideas?

I have:

my $obj = $DB->table('Users');

Last edited by:

PaulW: Dec 3, 2001, 6:03 AM
Subject Author Views Date
Thread SQL Update Paul 1725 Dec 3, 2001, 6:03 AM
Thread Re: [PaulW] SQL Update
Alex 1660 Dec 3, 2001, 12:57 PM
Post Re: [Alex] SQL Update
Paul 1646 Dec 3, 2001, 1:11 PM
Thread Re: [Alex] SQL Update
Paul 1677 Dec 3, 2001, 1:57 PM
Thread Re: [PaulW] SQL Update
Alex 1665 Dec 3, 2001, 2:00 PM
Post Re: [Alex] SQL Update
Paul 1640 Dec 3, 2001, 2:07 PM