Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Refresh Hits

Quote Reply
Re: Refresh Hits In reply to
It could be that your Links table has a prefix and actually isn't named 'Links'. To check this go to the Setup in Admin and select the SQL Server and check if there is anything listed in the Table Prefix. For example it might have a prefix like: Links_

If there is a table prefix such as Links_ you would need to enter the SQL query in the SQL monitor as:

UPDATE Links_Links
SET Hits = '0'

That should work then I think. I realize that doing this once a month is more labor intensive than setting up a program to do it automatically, but once you get the SQL query language down, it is easy and takes about one minute per month or about 12 minutes a year.

--Rover

Subject Author Views Date
Thread Refresh Hits gmoney 5945 Aug 2, 2001, 7:14 AM
Thread Re: Refresh Hits
Stealth 5859 Aug 2, 2001, 7:42 AM
Thread Re: Refresh Hits
gmoney 5833 Aug 2, 2001, 7:51 AM
Thread Re: Refresh Hits
Stealth 5838 Aug 2, 2001, 7:53 AM
Thread Re: Refresh Hits
gmoney 5851 Aug 2, 2001, 11:18 AM
Post Re: Refresh Hits
Stealth 5827 Aug 2, 2001, 11:30 AM
Thread Re: Refresh Hits
rover 5814 Aug 2, 2001, 5:25 PM
Post Re: Refresh Hits
Stealth 5817 Aug 2, 2001, 6:12 PM
Thread Re: Refresh Hits
gmoney 5827 Aug 3, 2001, 6:01 AM
Thread Re: Refresh Hits
Stealth 5819 Aug 3, 2001, 7:09 AM
Post Re: Refresh Hits
gmoney 5860 Aug 3, 2001, 7:24 AM
Thread Re: Refresh Hits
rover 5808 Aug 3, 2001, 8:44 AM
Thread Re: Refresh Hits
Stealth 5809 Aug 3, 2001, 9:29 AM
Thread Re: Refresh Hits
rover 5788 Aug 3, 2001, 9:58 AM
Post Re: Refresh Hits
Stealth 5793 Aug 3, 2001, 10:16 AM
Post Re: Refresh Hits
gmoney 5786 Aug 3, 2001, 10:05 AM