Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [RedRum] Update User Table

Quote Reply
Re: [RedRum] Update User Table In reply to
Hi,

I tried the following:

$db->update ( { Hits => \"Hits + 1", Total_Amount => \"Total_Amount + Rating", Deposit => \"Deposit - Rate", Links_Users.Deposit => \"Links_Users.Deposit - Links_Links.Rate"}, { ID => $id }, { GT_SQL_SKIP_INDEX => 1 } );

but I think $db->update refers to only the Links table as defined earlier in Jump.pm. Any ideas?

-jw
Subject Author Views Date
Thread Update User Table jwalter 6080 Oct 16, 2001, 12:08 PM
Thread Re: [jwalter] Update User Table
Paul 5912 Oct 16, 2001, 12:14 PM
Thread Re: [RedRum] Update User Table
jwalter 5917 Oct 16, 2001, 12:34 PM
Thread Re: [jwalter] Update User Table
Paul 5933 Oct 16, 2001, 12:39 PM
Thread Re: [RedRum] Update User Table
Alex 5992 Oct 16, 2001, 1:03 PM
Post Re: [Alex] Update User Table
Paul 5926 Oct 16, 2001, 1:13 PM
Thread Re: [RedRum] Update User Table
jwalter 5961 Oct 16, 2001, 1:21 PM
Thread Re: [jwalter] Update User Table
Paul 5893 Oct 16, 2001, 1:40 PM
Thread Re: [RedRum] Update User Table
jwalter 5940 Oct 16, 2001, 2:09 PM
Post Re: [jwalter] Update User Table
Matt G 5901 Oct 16, 2001, 9:04 PM
Thread Re: [jwalter] Update User Table
pugdog 5917 Oct 17, 2001, 11:24 AM
Thread Re: [pugdog] Update User Table
jwalter 5887 Oct 17, 2001, 2:25 PM
Post Re: [jwalter] Update User Table
pugdog 5887 Oct 17, 2001, 3:11 PM
Thread Re: [jwalter] Update User Table
Matt G 5857 Oct 17, 2001, 3:17 PM
Thread Re: [mglaspie] Update User Table
Alex 5924 Oct 17, 2001, 3:19 PM
Post Re: [Alex] Update User Table
jwalter 5896 Oct 18, 2001, 10:33 AM